![]() |
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-frv-fcrv.h"#include "mx-op-defs.h"#include "fCRowVector.h"#include "fRowVector.h"
Go to the source code of this file.
Functions | |
| FloatComplexRowVector | operator+ (const FloatRowVector &v1, const FloatComplexRowVector &v2) |
| FloatComplexRowVector | operator- (const FloatRowVector &v1, const FloatComplexRowVector &v2) |
| FloatComplexRowVector | product (const FloatRowVector &v1, const FloatComplexRowVector &v2) |
| FloatComplexRowVector | quotient (const FloatRowVector &v1, const FloatComplexRowVector &v2) |
| 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.
1.8.1.2