Searched refs:PastixLU (Results 1 – 5 of 5) sorted by relevance
23 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu; in test_pastix_T()44 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu; in test_pastix_T_LU()
31 template<typename _MatrixType, bool IsStrSym = false> class PastixLU; variable41 struct pastix_traits< PastixLU<_MatrixType> >412 class PastixLU : public PastixBase< PastixLU<_MatrixType> >416 typedef PastixBase<PastixLU<MatrixType> > Base;421 PastixLU() : Base()426 explicit PastixLU(const MatrixType& matrix):Base()
32 * - class PastixLU : a supernodal, parallel LU factorization (optimized for a symmetric pattern).
332 PastixLU<SpMat> solver; in SelectSolvers()
64 <tr><td>PastixLLT \n PastixLDLT \n PastixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endli…