#include <ostream>#include "Array-util.h"#include "lo-error.h"#include "mx-base.h"#include "mx-inlines.cc"#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
| DiagMatrix | imag (const ComplexDiagMatrix &a) |
| DiagMatrix | operator* (const DiagMatrix &a, const DiagMatrix &b) |
| std::ostream & | operator<< (std::ostream &os, const DiagMatrix &a) |
| DiagMatrix | real (const ComplexDiagMatrix &a) |
| DiagMatrix imag | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 140 of file dDiagMatrix.cc.
| 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().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const DiagMatrix & | a | ||
| ) |
Definition at line 353 of file dDiagMatrix.cc.
| DiagMatrix real | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 134 of file dDiagMatrix.cc.