GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "sparse-base-chol.h"
Classes | |
class | sparse_base_chol_rep |
Public Member Functions | |
sparse_base_chol (void) | |
sparse_base_chol (const chol_type &a, bool natural, bool force) | |
sparse_base_chol (const chol_type &a, octave_idx_type &info, bool natural, bool force) | |
sparse_base_chol (const sparse_base_chol< chol_type, chol_elt, p_type > &a) | |
virtual | ~sparse_base_chol (void) |
chol_type | inverse (void) const |
bool | is_positive_definite (void) const |
chol_type | L (void) const |
sparse_base_chol & | operator= (const sparse_base_chol &a) |
octave_idx_type | P (void) const |
ColumnVector | perm (void) const |
p_type | Q (void) const |
chol_type | R (void) const |
double | rcond (void) const |
Private Attributes | |
sparse_base_chol_rep * | rep |
Definition at line 31 of file sparse-base-chol.h.
|
inline |
Definition at line 164 of file sparse-base-chol.h.
|
inline |
Definition at line 170 of file sparse-base-chol.h.
|
inline |
Definition at line 176 of file sparse-base-chol.h.
|
inline |
Definition at line 183 of file sparse-base-chol.h.
|
inlinevirtual |
Definition at line 187 of file sparse-base-chol.h.
chol_type sparse_base_chol< chol_type, chol_elt, p_type >::inverse | ( | void | ) | const |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 270 of file sparse-base-chol.cc.
References Array< T >::length(), Q, and MatrixType::Upper.
Referenced by SparseCHOL::inverse().
|
inline |
Definition at line 217 of file sparse-base-chol.h.
chol_type sparse_base_chol< chol_type, chol_elt, p_type >::L | ( | void | ) | const |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 225 of file sparse-base-chol.cc.
Referenced by SparseCHOL::L(), and SparseComplexCHOL::L().
|
inline |
Definition at line 193 of file sparse-base-chol.h.
|
inline |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 211 of file sparse-base-chol.h.
Referenced by SparseCHOL::P(), and SparseComplexCHOL::P().
|
inline |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 213 of file sparse-base-chol.h.
Referenced by SparseCHOL::perm().
|
inline |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 215 of file sparse-base-chol.h.
Referenced by SparseCHOL::Q(), and SparseComplexCHOL::Q().
|
inline |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 209 of file sparse-base-chol.h.
Referenced by SparseCHOL::R(), and SparseComplexCHOL::R().
|
inline |
Reimplemented in SparseComplexCHOL, and SparseCHOL.
Definition at line 220 of file sparse-base-chol.h.
Referenced by SparseCHOL::rcond().
|
private |
Definition at line 160 of file sparse-base-chol.h.
Referenced by sparse_base_chol< SparseComplexMatrix, Complex, SparseMatrix >::operator=().