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