Searched refs:PardisoLU (Results 1 – 4 of 4) sorted by relevance
37 template<typename _MatrixType> class PardisoLU; variable70 struct pardiso_traits< PardisoLU<_MatrixType> >405 class PardisoLU : public PardisoImpl< PardisoLU<MatrixType> >408 typedef PardisoImpl< PardisoLU<MatrixType> > Base;413 friend class PardisoImpl< PardisoLU<MatrixType> >;420 PardisoLU()426 PardisoLU(const MatrixType& matrix)439 PardisoLU(PardisoLU& ) {}
14 PardisoLU < SparseMatrix<T, RowMajor> > pardiso_lu; in test_pardiso_T()
341 PardisoLU<SpMat> solver; in SelectSolvers()
64 Finally, the PARDISO sparse solver shipped with Intel MKL can be used through the \ref PardisoLU, \…