GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "SparsedbleCHOL.h"
Public Member Functions | |
SparseCHOL (void) | |
SparseCHOL (const SparseMatrix &a, bool natural=true, bool force=false) | |
SparseCHOL (const SparseMatrix &a, octave_idx_type &info, bool natural=false, bool force=false) | |
SparseCHOL (const SparseCHOL &a) | |
~SparseCHOL (void) | |
SparseMatrix | chol_matrix (void) const |
SparseMatrix | inverse (void) const |
bool | is_positive_definite (void) const |
SparseMatrix | L (void) const |
SparseCHOL & | operator= (const SparseCHOL &a) |
octave_idx_type | P (void) const |
ColumnVector | perm (void) const |
SparseMatrix | Q (void) const |
SparseMatrix | R (void) const |
double | rcond (void) const |
Definition at line 30 of file SparsedbleCHOL.h.
|
inline |
Definition at line 36 of file SparsedbleCHOL.h.
|
inline |
Definition at line 39 of file SparsedbleCHOL.h.
|
inline |
Definition at line 43 of file SparsedbleCHOL.h.
|
inline |
Definition at line 49 of file SparsedbleCHOL.h.
|
inline |
Definition at line 52 of file SparsedbleCHOL.h.
|
inline |
Definition at line 62 of file SparsedbleCHOL.h.
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 83 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::inverse().
Referenced by DEFUN_DLD().
|
inlineinherited |
Definition at line 217 of file sparse-base-chol.h.
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 64 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::L().
Referenced by DEFUN_DLD(), SparseMatrix::inverse(), and make_cholb().
|
inline |
Definition at line 54 of file SparsedbleCHOL.h.
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 70 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::P().
Referenced by DEFUN_DLD(), and make_cholb().
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 73 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::perm().
Referenced by DEFUN_DLD(), and make_cholb().
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 76 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::Q().
Referenced by DEFUN_DLD(), and SparseMatrix::inverse().
|
inline |
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 67 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::R().
Referenced by DEFUN_DLD().
Reimplemented from sparse_base_chol< SparseMatrix, double, SparseMatrix >.
Definition at line 79 of file SparsedbleCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::rcond().
Referenced by SparseMatrix::inverse().