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

Go to the source code of this file.

Functions

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

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.