GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-fcdm-fdm.cc File Reference
#include "Array-util.h"
#include "mx-fcdm-fdm.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "fCDiagMatrix.h"
#include "fDiagMatrix.h"

Go to the source code of this file.

Functions

FloatComplexDiagMatrix operator+ (const FloatComplexDiagMatrix &dm1, const FloatDiagMatrix &dm2)
 
FloatComplexDiagMatrix operator- (const FloatComplexDiagMatrix &dm1, const FloatDiagMatrix &dm2)
 
FloatComplexDiagMatrix product (const FloatComplexDiagMatrix &dm1, const FloatDiagMatrix &dm2)
 

Function Documentation

◆ operator+()

FloatComplexDiagMatrix operator+ ( const FloatComplexDiagMatrix dm1,
const FloatDiagMatrix dm2 
)

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

◆ operator-()

FloatComplexDiagMatrix operator- ( const FloatComplexDiagMatrix dm1,
const FloatDiagMatrix dm2 
)

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

◆ product()

FloatComplexDiagMatrix product ( const FloatComplexDiagMatrix dm1,
const FloatDiagMatrix dm2 
)

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