Go to the source code of this file.
Functions | |
FloatComplexRowVector | operator* (const float &s, const FloatComplexRowVector &v) |
FloatComplexRowVector | operator+ (const float &s, const FloatComplexRowVector &v) |
FloatComplexRowVector | operator- (const float &s, const FloatComplexRowVector &v) |
FloatComplexRowVector | operator/ (const float &s, const FloatComplexRowVector &v) |
FloatComplexRowVector operator* | ( | const float & | s, |
const FloatComplexRowVector & | v | ||
) |
Definition at line 9 of file vx-fs-fcrv.cc.
FloatComplexRowVector operator+ | ( | const float & | s, |
const FloatComplexRowVector & | v | ||
) |
Definition at line 9 of file vx-fs-fcrv.cc.
FloatComplexRowVector operator- | ( | const float & | s, |
const FloatComplexRowVector & | v | ||
) |
Definition at line 9 of file vx-fs-fcrv.cc.
FloatComplexRowVector operator/ | ( | const float & | s, |
const FloatComplexRowVector & | v | ||
) |
Definition at line 9 of file vx-fs-fcrv.cc.