Eigen  3.2.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PardisoSupport module

Detailed Description

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

* #include <Eigen/PardisoSupport>
*

In order to use this module, the MKL headers must be accessible from the include paths, and your binary must be linked to the MKL library and its dependencies. See this page for more information on MKL-Eigen integration.

Classes

class  PardisoLDLT< _MatrixType, Options >
 A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library. More...
 
class  PardisoLLT< _MatrixType, Options >
 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...