Searched refs:PastixLDLT (Results 1 – 5 of 5) sorted by relevance
/external/eigen/test/ |
D | pastix_support.cpp | 18 PastixLDLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_ldlt_lower; in test_pastix_T() 20 PastixLDLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_ldlt_upper; in test_pastix_T()
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 25 template<typename _MatrixType, int Options> class PastixLDLT; variable 51 struct pastix_traits< PastixLDLT<_MatrixType,Options> > 622 class PastixLDLT : public PastixBase< PastixLDLT<_MatrixType, _UpLo> > 626 typedef PastixBase<PastixLDLT<MatrixType, _UpLo> > Base; 631 PastixLDLT():Base() 636 PastixLDLT(const MatrixType& matrix):Base()
|
/external/eigen/Eigen/ |
D | PaStiXSupport | 25 * - class PastixLDLT: a supernodal, parallel LDLt Cholesky factorization.
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.h | 410 PastixLDLT<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…
|