GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
mx-dm-cm.h File Reference
#include "octave-config.h"
#include "CMatrix.h"
#include "dDiagMatrix.h"
#include "mx-op-decl.h"
Include dependency graph for mx-dm-cm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API ComplexMatrix operator* (const DiagMatrix &, const ComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator+ (const DiagMatrix &, const ComplexMatrix &)
 
OCTAVE_API ComplexMatrix operator- (const DiagMatrix &, const ComplexMatrix &)
 

Function Documentation

OCTAVE_API ComplexMatrix operator* ( const DiagMatrix ,
const ComplexMatrix  
)

Definition at line 12 of file mx-dm-cm.cc.

OCTAVE_API ComplexMatrix operator+ ( const DiagMatrix ,
const ComplexMatrix  
)

Definition at line 12 of file mx-dm-cm.cc.

OCTAVE_API ComplexMatrix operator- ( const DiagMatrix ,
const ComplexMatrix  
)

Definition at line 12 of file mx-dm-cm.cc.