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

Go to the source code of this file.

Functions

ComplexDiagMatrix operator* (const double &s, const ComplexDiagMatrix &dm)
 

Function Documentation

◆ operator*()

ComplexDiagMatrix operator* ( const double &  s,
const ComplexDiagMatrix dm 
)

Definition at line 11 of file mx-s-cdm.cc.