GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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) |
DiagMatrix | operator* (const double &x, const DiagMatrix &y) |
DiagMatrix | operator* (const DiagMatrix &x, const double &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 154 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), ComplexDiagMatrix::extract_diag(), imag(), and DiagArray2< T >::rows().
OCTAVE_API DiagMatrix operator* | ( | const DiagMatrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 319 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::dgelem(), DiagArray2< T >::dgxelem(), gripe_nonconformant(), DiagArray2< T >::length(), and DiagArray2< T >::rows().
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
|
inline |
Definition at line 126 of file dDiagMatrix.h.
OCTAVE_API DiagMatrix real | ( | const ComplexDiagMatrix & | a | ) |
Definition at line 148 of file dDiagMatrix.cc.
References DiagArray2< T >::cols(), ComplexDiagMatrix::extract_diag(), real, and DiagArray2< T >::rows().