24 #if !defined (octave_SparseCmplxCHOL_h)
25 #define octave_SparseCmplxCHOL_h 1
44 (a, natural, force) { }
47 bool natural =
true,
bool force =
false)
49 (a, info, natural, force) { }
octave_idx_type P(void) const
SparseComplexMatrix inverse(void) const
SparseComplexCHOL(const SparseComplexCHOL &a)
SparseComplexCHOL(const SparseComplexMatrix &a, bool natural=true, bool force=false)
SparseComplexMatrix OCTAVE_API chol2inv(const SparseComplexMatrix &r)
SparseComplexMatrix R(void) const
SparseComplexCHOL(const SparseComplexMatrix &a, octave_idx_type &info, bool natural=true, bool force=false)
SparseComplexMatrix chol_matrix(void) const
octave_idx_type P(void) const
SparseComplexMatrix L(void) const
ColumnVector perm(void) const
std::complex< double > Complex
SparseMatrix Q(void) const