![]() |
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-rv-crv.h"#include "mx-op-defs.h"#include "CRowVector.h"#include "dRowVector.h"
Go to the source code of this file.
Functions | |
| ComplexRowVector | operator+ (const RowVector &v1, const ComplexRowVector &v2) |
| ComplexRowVector | operator- (const RowVector &v1, const ComplexRowVector &v2) |
| ComplexRowVector | product (const RowVector &v1, const ComplexRowVector &v2) |
| ComplexRowVector | quotient (const RowVector &v1, const ComplexRowVector &v2) |
| ComplexRowVector operator+ | ( | const RowVector & | v1, |
| const ComplexRowVector & | v2 | ||
| ) |
Definition at line 10 of file vx-rv-crv.cc.
| ComplexRowVector operator- | ( | const RowVector & | v1, |
| const ComplexRowVector & | v2 | ||
| ) |
Definition at line 10 of file vx-rv-crv.cc.
| ComplexRowVector product | ( | const RowVector & | v1, |
| const ComplexRowVector & | v2 | ||
| ) |
Definition at line 10 of file vx-rv-crv.cc.
| ComplexRowVector quotient | ( | const RowVector & | v1, |
| const ComplexRowVector & | v2 | ||
| ) |
Definition at line 10 of file vx-rv-crv.cc.
1.8.1.2