Searched refs:PastixLDLT (Results 1 – 5 of 5) sorted by relevance
/external/eigen/test/ |
D | pastix_support.cpp | 20 PastixLDLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_ldlt_lower; in test_pastix_T() 22 PastixLDLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_ldlt_upper; in test_pastix_T()
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 33 template<typename _MatrixType, int Options> class PastixLDLT; variable 59 struct pastix_traits< PastixLDLT<_MatrixType,Options> > 608 class PastixLDLT : public PastixBase< PastixLDLT<_MatrixType, _UpLo> > 612 typedef PastixBase<PastixLDLT<MatrixType, _UpLo> > Base; 617 PastixLDLT():Base() 622 explicit PastixLDLT(const MatrixType& matrix):Base()
|
/external/eigen/Eigen/ |
D | PaStiXSupport | 31 * - 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 | 64 <tr><td>PastixLLT \n PastixLDLT \n PastixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endli…
|