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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

Definition at line 13 of file mx-m-cdm.cc.

◆ operator+()

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

Definition at line 13 of file mx-m-cdm.cc.

◆ operator-()

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

Definition at line 13 of file mx-m-cdm.cc.