Go to the source code of this file.
Functions | |
FloatComplexRowVector | operator* (const FloatRowVector &, const FloatComplex &) |
FloatComplexRowVector | operator+ (const FloatRowVector &, const FloatComplex &) |
FloatComplexRowVector | operator- (const FloatRowVector &, const FloatComplex &) |
FloatComplexRowVector | operator/ (const FloatRowVector &, const FloatComplex &) |
FloatComplexRowVector operator* | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator+ | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator- | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.
FloatComplexRowVector operator/ | ( | const FloatRowVector & | v, |
const FloatComplex & | s | ||
) |
Definition at line 11 of file vx-frv-fcs.cc.