Eigen  3.4.90 (git rev a4098ac676528a83cfb73d4d26ce1b42ec05f47c)

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  Eigen::PardisoLDLT< MatrixType, Options >
 A sparse direct Cholesky (LDLT) factorization and solver based on the PARDISO library. More...
 
class  Eigen::PardisoLLT< MatrixType, UpLo_ >
 A sparse direct Cholesky (LLT) factorization and solver based on the PARDISO library. More...
 
class  Eigen::PardisoLU< MatrixType >
 A sparse direct LU factorization and solver based on the PARDISO library. More...