#include "MDiagArray2.h"
#include "dRowVector.h"
#include "CRowVector.h"
#include "dColVector.h"
#include "CColVector.h"
#include "DET.h"
#include "mx-defs.h"
Go to the source code of this file.
Classes | |
class | ComplexDiagMatrix |
Defines | |
#define | octave_ComplexDiagMatrix_h 1 |
Functions | |
OCTAVE_API ComplexDiagMatrix | conj (const ComplexDiagMatrix &a) |
OCTAVE_API ComplexDiagMatrix | operator* (const ComplexDiagMatrix &a, const ComplexDiagMatrix &b) |
OCTAVE_API ComplexDiagMatrix | operator* (const ComplexDiagMatrix &a, const DiagMatrix &b) |
OCTAVE_API ComplexDiagMatrix | operator* (const DiagMatrix &a, const ComplexDiagMatrix &b) |
#define octave_ComplexDiagMatrix_h 1 |
OCTAVE_API ComplexDiagMatrix conj | ( | const ComplexDiagMatrix & | a | ) |
OCTAVE_API ComplexDiagMatrix operator* | ( | const DiagMatrix & | a, | |
const ComplexDiagMatrix & | b | |||
) |
OCTAVE_API ComplexDiagMatrix operator* | ( | const ComplexDiagMatrix & | a, | |
const DiagMatrix & | b | |||
) |
OCTAVE_API ComplexDiagMatrix operator* | ( | const ComplexDiagMatrix & | a, | |
const ComplexDiagMatrix & | b | |||
) |