A sparse direct LU factorization and solver based on the PARDISO library. More...
#include <PardisoSupport.h>
Public Member Functions | |
PardisoLU () | |
PardisoLU (const MatrixType &matrix) | |
Protected Types | |
typedef PardisoImpl< PardisoLU < MatrixType > > | Base |
typedef Base::RealScalar | RealScalar |
typedef Base::Scalar | Scalar |
Protected Member Functions | |
void | getMatrix (const MatrixType &matrix) |
Private Member Functions | |
PardisoLU (PardisoLU &) | |
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.
_MatrixType | the type of the sparse matrix A, it must be a SparseMatrix<> |
Definition at line 428 of file PardisoSupport.h.
typedef PardisoImpl< PardisoLU<MatrixType> > Eigen::PardisoLU< MatrixType >::Base [protected] |
Definition at line 431 of file PardisoSupport.h.
typedef Base::RealScalar Eigen::PardisoLU< MatrixType >::RealScalar [protected] |
Reimplemented from Eigen::PardisoImpl< PardisoLU< MatrixType > >.
Definition at line 433 of file PardisoSupport.h.
typedef Base::Scalar Eigen::PardisoLU< MatrixType >::Scalar [protected] |
Reimplemented from Eigen::PardisoImpl< PardisoLU< MatrixType > >.
Definition at line 432 of file PardisoSupport.h.
Eigen::PardisoLU< MatrixType >::PardisoLU | ( | ) | [inline] |
Definition at line 443 of file PardisoSupport.h.
Eigen::PardisoLU< MatrixType >::PardisoLU | ( | const MatrixType & | matrix | ) | [inline] |
Definition at line 449 of file PardisoSupport.h.
Eigen::PardisoLU< MatrixType >::PardisoLU | ( | PardisoLU< MatrixType > & | ) | [inline, private] |
Definition at line 462 of file PardisoSupport.h.
void Eigen::PardisoLU< MatrixType >::getMatrix | ( | const MatrixType & | matrix | ) | [inline, protected] |
Definition at line 456 of file PardisoSupport.h.
friend class PardisoImpl< PardisoLU< MatrixType > > [friend] |
Definition at line 436 of file PardisoSupport.h.