Searched refs:PastixLLT (Results 1 – 5 of 5) sorted by relevance
/external/eigen/test/ |
D | pastix_support.cpp | 19 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_llt_lower; in test_pastix_T() 21 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_llt_upper; in test_pastix_T()
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 32 template<typename _MatrixType, int Options> class PastixLLT; variable 50 struct pastix_traits< PastixLLT<_MatrixType,Options> > 524 class PastixLLT : public PastixBase< PastixLLT<_MatrixType, _UpLo> > 528 typedef PastixBase<PastixLLT<MatrixType, _UpLo> > Base; 533 PastixLLT() : Base() 538 explicit PastixLLT(const MatrixType& matrix):Base()
|
/external/eigen/Eigen/ |
D | PaStiXSupport | 30 * - class PastixLLT : a supernodal, parallel LLt Cholesky factorization.
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.h | 455 PastixLLT<SpMat, Lower> solver; in SelectSolvers()
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 64 <tr><td>PastixLLT \n PastixLDLT \n PastixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endli…
|