Searched refs:PastixLLT (Results 1 – 5 of 5) sorted by relevance
/external/eigen/test/ |
D | pastix_support.cpp | 17 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_llt_lower; in test_pastix_T() 19 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_llt_upper; in test_pastix_T()
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 24 template<typename _MatrixType, int Options> class PastixLLT; variable 42 struct pastix_traits< PastixLLT<_MatrixType,Options> > 541 class PastixLLT : public PastixBase< PastixLLT<_MatrixType, _UpLo> > 545 typedef PastixBase<PastixLLT<MatrixType, _UpLo> > Base; 550 PastixLLT() : Base() 555 PastixLLT(const MatrixType& matrix):Base()
|
/external/eigen/Eigen/ |
D | PaStiXSupport | 24 * - 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 | 34 <tr><td>PastixLLT \n PastixLDLT \n PastixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endli…
|