#include "octave-config.h"#include "DET.h"#include "MDiagArray2.h"#include "dColVector.h"#include "dRowVector.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) |
| DiagMatrix | operator* (const DiagMatrix &x, const double &y) |
| DiagMatrix | operator* (const double &x, const DiagMatrix &y) |
| DiagMatrix | operator+ (const DiagMatrix &x) |
| DiagMatrix | operator+ (const DiagMatrix &x, const DiagMatrix &y) |
| DiagMatrix | operator- (const DiagMatrix &x) |
| DiagMatrix | operator- (const DiagMatrix &x, const DiagMatrix &y) |
| DiagMatrix | operator/ (const DiagMatrix &x, const double &y) |
| DiagMatrix | product (const DiagMatrix &x, const DiagMatrix &y) |
| OCTAVE_API DiagMatrix | real (const ComplexDiagMatrix &a) |
| OCTAVE_API DiagMatrix imag | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 85 of file dDiagMatrix.cc.
| OCTAVE_API DiagMatrix operator* | ( | const DiagMatrix & | a, |
| const DiagMatrix & | b | ||
| ) |
Definition at line 304 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::dgelem(), DiagArray2< T >::dgxelem(), err_nonconformant(), len, DiagArray2< T >::length(), and DiagArray2< T >::rows().
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
|
inline |
Definition at line 128 of file dDiagMatrix.h.
| OCTAVE_API DiagMatrix real | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 84 of file dDiagMatrix.cc.