Searched refs:CholmodSupernodalLLT (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dcholmod_support.cpp23 CholmodSupernodalLLT<SparseMatrix<T>, Lower> chol_colmajor_lower;
24 CholmodSupernodalLLT<SparseMatrix<T>, Upper> chol_colmajor_upper;
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h152 * \sa class CholmodSupernodalLLT, class CholmodSimplicialLDLT, class CholmodSimplicialLLT
353 * \sa \ref TutorialSparseDirectSolvers, class CholmodSupernodalLLT, class SimplicialLLT
400 * \sa \ref TutorialSparseDirectSolvers, class CholmodSupernodalLLT, class SimplicialLDLT
430 * \class CholmodSupernodalLLT
448 class CholmodSupernodalLLT : public CholmodBase<_MatrixType, _UpLo, CholmodSupernodalLLT<_MatrixType, _UpLo> > class in namespace:Eigen
450 typedef CholmodBase<_MatrixType, _UpLo, CholmodSupernodalLLT> Base;
457 CholmodSupernodalLLT() : Base() { init(); } function in class:Eigen::CholmodSupernodalLLT
459 CholmodSupernodalLLT(const MatrixType& matrix) : Base() function in class:Eigen::CholmodSupernodalLLT
465 ~CholmodSupernodalLLT() {}
[all...]

Completed in 77 milliseconds