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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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