A sparse direct LU factorization and solver based on the PARDISO library. More...
#include <PardisoSupport.h>
Public Member Functions | |
Derived & | compute (const MatrixType &matrix) |
PardisoLU () | |
PardisoLU (const MatrixType &matrix) | |
Protected Types | |
typedef PardisoImpl< PardisoLU > | Base |
typedef Base::RealScalar | RealScalar |
typedef Base::Scalar | Scalar |
Protected Member Functions | |
void | getMatrix (const MatrixType &matrix) |
void | pardisoInit (int type) |
Protected Attributes | |
SparseMatrixType | m_matrix |
Friends | |
class | PardisoImpl< PardisoLU< MatrixType > > |
A sparse direct LU factorization and solver based on the PARDISO library.
This class allows to solve for A.X = B sparse linear problems via a direct LU factorization using the Intel MKL PARDISO library. The sparse matrix A must be squared and invertible. The vectors or matrices X and B can be either dense or sparse.
By default, it runs in in-core mode. To enable PARDISO's out-of-core feature, set:
_MatrixType | the type of the sparse matrix A, it must be a SparseMatrix<> |
\implsparsesolverconcept
Definition at line 37 of file PardisoSupport.h.
|
protected |
Definition at line 387 of file PardisoSupport.h.
|
protected |
Definition at line 389 of file PardisoSupport.h.
|
protected |
Definition at line 388 of file PardisoSupport.h.
|
inline |
Definition at line 399 of file PardisoSupport.h.
|
inlineexplicit |
Definition at line 405 of file PardisoSupport.h.
Derived & Eigen::PardisoImpl< Derived >::compute |
Definition at line 259 of file PardisoSupport.h.
|
inlineprotected |
Definition at line 412 of file PardisoSupport.h.
|
inlineprotected |
Definition at line 192 of file PardisoSupport.h.
|
friend |
Definition at line 392 of file PardisoSupport.h.
|
mutableprotected |
Definition at line 247 of file PardisoSupport.h.