GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "SparseCmplxCHOL.h"
Public Member Functions | |
SparseComplexCHOL (void) | |
SparseComplexCHOL (const SparseComplexMatrix &a, bool natural=true, bool force=false) | |
SparseComplexCHOL (const SparseComplexMatrix &a, octave_idx_type &info, bool natural=true, bool force=false) | |
SparseComplexCHOL (const SparseComplexCHOL &a) | |
~SparseComplexCHOL (void) | |
SparseComplexMatrix | chol_matrix (void) const |
SparseComplexMatrix | inverse (void) const |
bool | is_positive_definite (void) const |
SparseComplexMatrix | L (void) const |
SparseComplexCHOL & | operator= (const SparseComplexCHOL &a) |
octave_idx_type | P (void) const |
ColumnVector | perm (void) const |
SparseMatrix | Q (void) const |
SparseComplexMatrix | R (void) const |
double | rcond (void) const |
Definition at line 31 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 38 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 41 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 46 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 51 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 54 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 65 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 100 of file SparseCmplxCHOL.h.
Referenced by Gcholinv().
|
inlineinherited |
Definition at line 217 of file sparse-base-chol.h.
|
inline |
Definition at line 67 of file SparseCmplxCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::L().
Referenced by Gchol(), SparseComplexMatrix::inverse(), and make_cholb().
|
inline |
Definition at line 56 of file SparseCmplxCHOL.h.
|
inline |
Definition at line 77 of file SparseCmplxCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::P().
Referenced by make_cholb().
|
inline |
Definition at line 82 of file SparseCmplxCHOL.h.
Referenced by Gchol(), and make_cholb().
|
inline |
Definition at line 88 of file SparseCmplxCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::Q().
Referenced by Gchol(), and SparseComplexMatrix::inverse().
|
inline |
Definition at line 72 of file SparseCmplxCHOL.h.
References sparse_base_chol< chol_type, chol_elt, p_type >::R().
Referenced by Gchol().
|
inline |
Definition at line 93 of file SparseCmplxCHOL.h.
Referenced by SparseComplexMatrix::inverse().