![]() |
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-cv-cs.h"#include "mx-op-defs.h"#include "CColVector.h"#include "dColVector.h"#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
| ComplexColumnVector | operator* (const ColumnVector &v, const Complex &s) |
| ComplexColumnVector | operator+ (const ColumnVector &v, const Complex &s) |
| ComplexColumnVector | operator- (const ColumnVector &v, const Complex &s) |
| ComplexColumnVector | operator/ (const ColumnVector &v, const Complex &s) |
| ComplexColumnVector operator* | ( | const ColumnVector & | v, |
| const Complex & | s | ||
| ) |
Definition at line 11 of file vx-cv-cs.cc.
| ComplexColumnVector operator+ | ( | const ColumnVector & | v, |
| const Complex & | s | ||
| ) |
Definition at line 11 of file vx-cv-cs.cc.
| ComplexColumnVector operator- | ( | const ColumnVector & | v, |
| const Complex & | s | ||
| ) |
Definition at line 11 of file vx-cv-cs.cc.
| ComplexColumnVector operator/ | ( | const ColumnVector & | v, |
| const Complex & | s | ||
| ) |
Definition at line 11 of file vx-cv-cs.cc.
1.8.1.2