Searched defs:CholmodBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h150 * \class CholmodBase
155 class CholmodBase : internal::noncopyable class in namespace:Eigen
167 CholmodBase() function in class:Eigen::CholmodBase
173 CholmodBase(const MatrixType& matrix) function in class:Eigen::CholmodBase
180 ~CholmodBase()
217 inline const internal::solve_retval<CholmodBase, Rhs>
223 return internal::solve_retval<CholmodBase, Rhs>(*this, b.derived());
231 inline const internal::sparse_solve_retval<CholmodBase, Rhs>
237 return internal::sparse_solve_retval<CholmodBase, Rhs>(*this, b.derived());
356 class CholmodSimplicialLLT : public CholmodBase<_MatrixTyp
[all...]

Completed in 24 milliseconds