Eigen  3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
 
Loading...
Searching...
No Matches

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...