#include "Array-util.h"
#include "mx-dm-cs.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.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 13 of file mx-dm-cs.cc.
ComplexDiagMatrix operator/ | ( | const DiagMatrix & | dm, |
const Complex & | s | ||
) |
Definition at line 13 of file mx-dm-cs.cc.