Searched refs:CholmodBase (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 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; [all …]
|