GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-cs-dm.h File Reference
#include "octave-config.h"
#include "CDiagMatrix.h"
#include "oct-cmplx.h"
#include "dDiagMatrix.h"

Go to the source code of this file.

Functions

ComplexDiagMatrix operator* (const Complex &, const DiagMatrix &)
 

Function Documentation

◆ operator*()

ComplexDiagMatrix operator* ( const Complex s,
const DiagMatrix dm 
)

Definition at line 11 of file mx-cs-dm.cc.