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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator*()

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

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

◆ operator+()

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

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

◆ operator-()

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

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