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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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