![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"#include "mx-cs-dm.h"#include "mx-op-defs.h"#include "CDiagMatrix.h"#include "oct-cmplx.h"#include "dDiagMatrix.h"
Go to the source code of this file.
Functions | |
| ComplexDiagMatrix | operator* (const Complex &s, const DiagMatrix &dm) |
| ComplexDiagMatrix operator* | ( | const Complex & | s, |
| const DiagMatrix & | dm | ||
| ) |
Definition at line 11 of file mx-cs-dm.cc.
1.8.1.2