#include "MDiagArray2.h"
#include "dRowVector.h"
#include "dColVector.h"
#include "DET.h"
#include "mx-defs.h"
Go to the source code of this file.
Classes | |
class | DiagMatrix |
Functions | |
OCTAVE_API DiagMatrix | imag (const ComplexDiagMatrix &a) |
OCTAVE_API DiagMatrix | operator* (const DiagMatrix &a, const DiagMatrix &b) |
OCTAVE_API DiagMatrix | real (const ComplexDiagMatrix &a) |
OCTAVE_API DiagMatrix imag | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 154 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), ComplexDiagMatrix::diag(), imag(), and DiagArray2< T >::rows().
OCTAVE_API DiagMatrix operator* | ( | const DiagMatrix & | a, | |
const DiagMatrix & | b | |||
) |
Definition at line 318 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::dgelem(), DiagArray2< T >::dgxelem(), gripe_nonconformant(), DiagArray2< T >::length(), and DiagArray2< T >::rows().
OCTAVE_API DiagMatrix real | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 148 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), ComplexDiagMatrix::diag(), real, and DiagArray2< T >::rows().