![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"#include "vx-fcrv-frv.h"#include "mx-op-defs.h"#include "fCRowVector.h"#include "fRowVector.h"
Go to the source code of this file.
Functions | |
| FloatComplexRowVector | operator+ (const FloatComplexRowVector &v1, const FloatRowVector &v2) |
| FloatComplexRowVector | operator- (const FloatComplexRowVector &v1, const FloatRowVector &v2) |
| FloatComplexRowVector | product (const FloatComplexRowVector &v1, const FloatRowVector &v2) |
| FloatComplexRowVector | quotient (const FloatComplexRowVector &v1, const FloatRowVector &v2) |
| 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.
1.8.1.2