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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

Definition at line 12 of file mx-fcdm-fcm.cc.

◆ operator+()

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

Definition at line 12 of file mx-fcdm-fcm.cc.

◆ operator-()

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

Definition at line 12 of file mx-fcdm-fcm.cc.