Go to the source code of this file.
Functions | |
FloatComplexRowVector | operator+ (const FloatRowVector &, const FloatComplexRowVector &) |
FloatComplexRowVector | operator- (const FloatRowVector &, const FloatComplexRowVector &) |
FloatComplexRowVector | product (const FloatRowVector &, const FloatComplexRowVector &) |
FloatComplexRowVector | quotient (const FloatRowVector &, const FloatComplexRowVector &) |
FloatComplexRowVector operator+ | ( | const FloatRowVector & | v1, |
const FloatComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-frv-fcrv.cc.
FloatComplexRowVector operator- | ( | const FloatRowVector & | v1, |
const FloatComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-frv-fcrv.cc.
FloatComplexRowVector product | ( | const FloatRowVector & | v1, |
const FloatComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-frv-fcrv.cc.
FloatComplexRowVector quotient | ( | const FloatRowVector & | v1, |
const FloatComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-frv-fcrv.cc.