Lines Matching refs:CholmodBase
160 class CholmodBase : internal::noncopyable
172 CholmodBase() in CholmodBase() function
179 CholmodBase(const MatrixType& matrix) in CholmodBase() function
187 ~CholmodBase() in ~CholmodBase()
224 inline const internal::solve_retval<CholmodBase, Rhs>
230 return internal::solve_retval<CholmodBase, Rhs>(*this, b.derived()); in solve()
238 inline const internal::sparse_solve_retval<CholmodBase, Rhs>
244 return internal::sparse_solve_retval<CholmodBase, Rhs>(*this, b.derived()); in solve()
384 class CholmodSimplicialLLT : public CholmodBase<_MatrixType, _UpLo, CholmodSimplicialLLT<_MatrixTyp…
386 typedef CholmodBase<_MatrixType, _UpLo, CholmodSimplicialLLT> Base;
431 class CholmodSimplicialLDLT : public CholmodBase<_MatrixType, _UpLo, CholmodSimplicialLDLT<_MatrixT…
433 typedef CholmodBase<_MatrixType, _UpLo, CholmodSimplicialLDLT> Base;
476 class CholmodSupernodalLLT : public CholmodBase<_MatrixType, _UpLo, CholmodSupernodalLLT<_MatrixTyp…
478 typedef CholmodBase<_MatrixType, _UpLo, CholmodSupernodalLLT> Base;
523 class CholmodDecomposition : public CholmodBase<_MatrixType, _UpLo, CholmodDecomposition<_MatrixTyp…
525 typedef CholmodBase<_MatrixType, _UpLo, CholmodDecomposition> Base;
578 struct solve_retval<CholmodBase<_MatrixType,_UpLo,Derived>, Rhs>
579 : solve_retval_base<CholmodBase<_MatrixType,_UpLo,Derived>, Rhs>
581 typedef CholmodBase<_MatrixType,_UpLo,Derived> Dec;
591 struct sparse_solve_retval<CholmodBase<_MatrixType,_UpLo,Derived>, Rhs>
592 : sparse_solve_retval_base<CholmodBase<_MatrixType,_UpLo,Derived>, Rhs>
594 typedef CholmodBase<_MatrixType,_UpLo,Derived> Dec;