HomeSort by relevance Sort by last modified time
    Searched refs:CholmodSupernodalLLT (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
cholmod_support.cpp 16 CholmodDecomposition<SparseMatrix<T>, Lower> g_chol_colmajor_lower; g_chol_colmajor_lower.setMode(CholmodSupernodalLLt);
17 CholmodDecomposition<SparseMatrix<T>, Upper> g_chol_colmajor_upper; g_chol_colmajor_upper.setMode(CholmodSupernodalLLt);
23 CholmodSupernodalLLT<SparseMatrix<T>, Lower> chol_colmajor_lower;
24 CholmodSupernodalLLT<SparseMatrix<T>, Upper> chol_colmajor_upper;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 145 CholmodAuto, CholmodSimplicialLLt, CholmodSupernodalLLt, CholmodLDLt
152 * \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> >
450 typedef CholmodBase<_MatrixType, _UpLo, CholmodSupernodalLLT> Base;
457 CholmodSupernodalLLT() : Base() { init(); }
459 CholmodSupernodalLLT(const MatrixType& matrix) : Base(
    [all...]

Completed in 47 milliseconds