#include "Array-util.h"
#include "mx-fcdm-fs.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "fCDiagMatrix.h"
Go to the source code of this file.
Functions | |
FloatComplexDiagMatrix | operator* (const FloatComplexDiagMatrix &dm, const float &s) |
FloatComplexDiagMatrix | operator/ (const FloatComplexDiagMatrix &dm, const float &s) |
FloatComplexDiagMatrix operator* | ( | const FloatComplexDiagMatrix & | dm, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcdm-fs.cc.
FloatComplexDiagMatrix operator/ | ( | const FloatComplexDiagMatrix & | dm, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcdm-fs.cc.