![]() |
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-fcs.h"#include "mx-op-defs.h"#include "fCRowVector.h"#include "fRowVector.h"#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
| FloatComplexRowVector | operator* (const FloatRowVector &v, const FloatComplex &s) |
| FloatComplexRowVector | operator+ (const FloatRowVector &v, const FloatComplex &s) |
| FloatComplexRowVector | operator- (const FloatRowVector &v, const FloatComplex &s) |
| FloatComplexRowVector | operator/ (const FloatRowVector &v, const FloatComplex &s) |
| FloatComplexRowVector operator* | ( | const FloatRowVector & | v, |
| const FloatComplex & | s | ||
| ) |
Definition at line 11 of file vx-frv-fcs.cc.
| FloatComplexRowVector operator+ | ( | const FloatRowVector & | v, |
| const FloatComplex & | s | ||
| ) |
Definition at line 11 of file vx-frv-fcs.cc.
| FloatComplexRowVector operator- | ( | const FloatRowVector & | v, |
| const FloatComplex & | s | ||
| ) |
Definition at line 11 of file vx-frv-fcs.cc.
| FloatComplexRowVector operator/ | ( | const FloatRowVector & | v, |
| const FloatComplex & | s | ||
| ) |
Definition at line 11 of file vx-frv-fcs.cc.
1.8.1.2