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