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

Go to the source code of this file.

Functions

FloatComplexMatrix operator* (const FloatComplexDiagMatrix &, const FloatMatrix &)
 
FloatComplexMatrix operator+ (const FloatComplexDiagMatrix &, const FloatMatrix &)
 
FloatComplexMatrix operator- (const FloatComplexDiagMatrix &, const FloatMatrix &)
 

Function Documentation

◆ operator*()

FloatComplexMatrix operator* ( const FloatComplexDiagMatrix dm,
const FloatMatrix m 
)

Definition at line 13 of file mx-fcdm-fm.cc.

◆ operator+()

FloatComplexMatrix operator+ ( const FloatComplexDiagMatrix dm,
const FloatMatrix m 
)

Definition at line 13 of file mx-fcdm-fm.cc.

◆ operator-()

FloatComplexMatrix operator- ( const FloatComplexDiagMatrix dm,
const FloatMatrix m 
)

Definition at line 13 of file mx-fcdm-fm.cc.