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