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