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