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