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

Go to the source code of this file.

Functions

FloatComplexDiagMatrix operator* (const FloatDiagMatrix &, const FloatComplex &)
 
FloatComplexDiagMatrix operator/ (const FloatDiagMatrix &, const FloatComplex &)
 

Function Documentation

◆ operator*()

FloatComplexDiagMatrix operator* ( const FloatDiagMatrix dm,
const FloatComplex s 
)

Definition at line 13 of file mx-fdm-fcs.cc.

◆ operator/()

FloatComplexDiagMatrix operator/ ( const FloatDiagMatrix dm,
const FloatComplex s 
)

Definition at line 13 of file mx-fdm-fcs.cc.