#include "Array-util.h"
#include "mx-fdm-fcs.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "fCDiagMatrix.h"
#include "fDiagMatrix.h"
#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
FloatComplexDiagMatrix | operator* (const FloatDiagMatrix &dm, const FloatComplex &s) |
FloatComplexDiagMatrix | operator/ (const FloatDiagMatrix &dm, const FloatComplex &s) |
FloatComplexDiagMatrix operator* | ( | const FloatDiagMatrix & | dm, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fdm-fcs.cc.
FloatComplexDiagMatrix operator/ | ( | const FloatDiagMatrix & | dm, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fdm-fcs.cc.