#include "octave-config.h"
#include "fCDiagMatrix.h"
#include "fDiagMatrix.h"
#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
FloatComplexDiagMatrix | operator* (const FloatDiagMatrix &, const FloatComplex &) |
FloatComplexDiagMatrix | operator/ (const FloatDiagMatrix &, const FloatComplex &) |
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.