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-dm-cs.h"
#include "mx-op-defs.h"
#include "CDiagMatrix.h"
#include "dDiagMatrix.h"
#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
ComplexDiagMatrix | operator* (const DiagMatrix &dm, const Complex &s) |
ComplexDiagMatrix | operator/ (const DiagMatrix &dm, const Complex &s) |
ComplexDiagMatrix operator* | ( | const DiagMatrix & | dm, |
const Complex & | s | ||
) |
Definition at line 11 of file mx-dm-cs.cc.
ComplexDiagMatrix operator/ | ( | const DiagMatrix & | dm, |
const Complex & | s | ||
) |
Definition at line 11 of file mx-dm-cs.cc.