GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcdm-fs.h File Reference
#include "octave-config.h"
#include "fCDiagMatrix.h"

Go to the source code of this file.

Functions

FloatComplexDiagMatrix operator* (const FloatComplexDiagMatrix &, const float &)
 
FloatComplexDiagMatrix operator/ (const FloatComplexDiagMatrix &, const float &)
 

Function Documentation

◆ operator*()

FloatComplexDiagMatrix operator* ( const FloatComplexDiagMatrix dm,
const float &  s 
)

Definition at line 11 of file mx-fcdm-fs.cc.

◆ operator/()

FloatComplexDiagMatrix operator/ ( const FloatComplexDiagMatrix dm,
const float &  s 
)

Definition at line 11 of file mx-fcdm-fs.cc.