Classes
PardisoSupport module
Support modules [category]

Classes

class  PardisoLDLT< MatrixType, Options >
 A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library. More...
class  PardisoLLT< MatrixType, _UpLo >
 A sparse direct Cholesky (LLT) factorization and solver based on the PARDISO library. More...
class  PardisoLU< MatrixType >
 A sparse direct LU factorization and solver based on the PARDISO library. More...

Detailed Description

This module brings support for the Intel(R) MKL PARDISO direct sparse solvers

 #include <Eigen/PardisoSupport>