Searched refs:PardisoLU (Results 1 – 5 of 5) sorted by relevance
37 template<typename _MatrixType> class PardisoLU; variable70 struct pardiso_traits< PardisoLU<_MatrixType> >384 class PardisoLU : public PardisoImpl< PardisoLU<MatrixType> >387 typedef PardisoImpl<PardisoLU> Base;392 friend class PardisoImpl< PardisoLU<MatrixType> >;399 PardisoLU()405 explicit PardisoLU(const MatrixType& matrix)
14 PardisoLU < SparseMatrix<T, RowMajor> > pardiso_lu; in test_pardiso_T()
68 Finally, the PARDISO sparse solver shipped with Intel MKL can be used through the \ref PardisoLU, \…
79 <tr><td>PardisoLLT \n PardisoLDLT \n PardisoLU</td><td>\link PardisoSupport_Module PardisoSupport \…
341 PardisoLU<SpMat> solver; in SelectSolvers()