24 #if !defined (octave_SparsedbleCHOL_h)
25 #define octave_SparsedbleCHOL_h 1
44 bool natural =
false,
bool force =
false)
ColumnVector perm(void) const
SparseMatrix inverse(void) const
SparseCHOL(const SparseCHOL &a)
octave_idx_type P(void) const
SparseMatrix R(void) const
SparseMatrix Q(void) const
chol_type inverse(void) const
ColumnVector perm(void) const
SparseMatrix L(void) const
SparseCHOL(const SparseMatrix &a, octave_idx_type &info, bool natural=false, bool force=false)
SparseCHOL(const SparseMatrix &a, bool natural=true, bool force=false)
octave_idx_type P(void) const
SparseMatrix chol_matrix(void) const
SparseMatrix OCTAVE_API chol2inv(const SparseMatrix &r)