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

Go to the source code of this file.

Functions

ComplexMatrix operator* (const ComplexMatrix &, const ComplexDiagMatrix &)
 
ComplexMatrix operator+ (const ComplexMatrix &, const ComplexDiagMatrix &)
 
ComplexMatrix operator- (const ComplexMatrix &, const ComplexDiagMatrix &)
 

Function Documentation

◆ operator*()

ComplexMatrix operator* ( const ComplexMatrix m,
const ComplexDiagMatrix dm 
)

Definition at line 12 of file mx-cm-cdm.cc.

◆ operator+()

ComplexMatrix operator+ ( const ComplexMatrix m,
const ComplexDiagMatrix dm 
)

Definition at line 12 of file mx-cm-cdm.cc.

◆ operator-()

ComplexMatrix operator- ( const ComplexMatrix m,
const ComplexDiagMatrix dm 
)

Definition at line 12 of file mx-cm-cdm.cc.