Public Member Functions | Protected Types | Protected Member Functions | Friends | List of all members
Eigen::PardisoLU< MatrixType > Class Template Reference

A sparse direct LU factorization and solver based on the PARDISO library. More...

#include <PardisoSupport.h>

Inheritance diagram for Eigen::PardisoLU< MatrixType >:
Inheritance graph
[legend]

Public Member Functions

 PardisoLU ()
 
 PardisoLU (const MatrixType &matrix)
 
- Public Member Functions inherited from Eigen::PardisoImpl< PardisoLU< MatrixType > >
void _solve_impl (const MatrixBase< Rhs > &b, MatrixBase< Dest > &dest) const
 
PardisoLU< MatrixType > & analyzePattern (const MatrixType &matrix)
 
Index cols () const
 
PardisoLU< MatrixType > & compute (const MatrixType &matrix)
 
PardisoLU< MatrixType > & factorize (const MatrixType &matrix)
 
ComputationInfo info () const
 Reports whether previous computation was successful. More...
 
 PardisoImpl ()
 
ParameterTypepardisoParameterArray ()
 
Index rows () const
 
 ~PardisoImpl ()
 
- Public Member Functions inherited from Eigen::SparseSolverBase< PardisoLU< MatrixType > >
void _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const
 
PardisoLU< MatrixType > & derived ()
 
const PardisoLU< MatrixType > & derived () const
 
const Solve< PardisoLU< MatrixType >, Rhs > solve (const MatrixBase< Rhs > &b) const
 
const Solve< PardisoLU< MatrixType >, Rhs > solve (const SparseMatrixBase< Rhs > &b) const
 
 SparseSolverBase ()
 
 ~SparseSolverBase ()
 

Protected Types

typedef PardisoImpl< PardisoLUBase
 
typedef Base::RealScalar RealScalar
 
typedef Base::Scalar Scalar
 
- Protected Types inherited from Eigen::PardisoImpl< PardisoLU< MatrixType > >
typedef SparseSolverBase< PardisoLU< MatrixType > > Base
 
typedef internal::pardiso_traits< PardisoLU< MatrixType > > Traits
 

Protected Member Functions

void getMatrix (const MatrixType &matrix)
 
- Protected Member Functions inherited from Eigen::PardisoImpl< PardisoLU< MatrixType > >
void manageErrorCode (Index error) const
 
void pardisoInit (int type)
 
void pardisoRelease ()
 

Friends

class PardisoImpl< PardisoLU< MatrixType > >
 

Additional Inherited Members

- Public Types inherited from Eigen::PardisoImpl< PardisoLU< MatrixType > >
enum  
 
typedef Matrix< StorageIndex, MatrixType::RowsAtCompileTime, 1 > IntColVectorType
 
typedef Matrix< StorageIndex, 1, MatrixType::ColsAtCompileTime > IntRowVectorType
 
typedef Traits::MatrixType MatrixType
 
typedef Array< StorageIndex, 64, 1, DontAlign > ParameterType
 
typedef Traits::RealScalar RealScalar
 
typedef Traits::Scalar Scalar
 
typedef SparseMatrix< Scalar, RowMajor, StorageIndexSparseMatrixType
 
typedef Traits::StorageIndex StorageIndex
 
typedef Matrix< Scalar, Dynamic, 1 > VectorType
 
- Protected Attributes inherited from Eigen::PardisoImpl< PardisoLU< MatrixType > >
bool m_analysisIsOk
 
bool m_factorizationIsOk
 
ComputationInfo m_info
 
ParameterType m_iparm
 
SparseMatrixType m_matrix
 
StorageIndex m_msglvl
 
IntColVectorType m_perm
 
void * m_pt [64]
 
Index m_size
 
StorageIndex m_type
 
- Protected Attributes inherited from Eigen::SparseSolverBase< PardisoLU< MatrixType > >
bool m_isInitialized
 

Detailed Description

template<typename MatrixType>
class Eigen::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:

solver.pardisoParameterArray()[59] = 1;
Template Parameters
_MatrixTypethe type of the sparse matrix A, it must be a SparseMatrix<>
See also
TutorialSparseSolverConcept, class SparseLU

Definition at line 37 of file PardisoSupport.h.

Member Typedef Documentation

template<typename MatrixType >
typedef PardisoImpl<PardisoLU> Eigen::PardisoLU< MatrixType >::Base
protected

Definition at line 387 of file PardisoSupport.h.

template<typename MatrixType >
typedef Base::RealScalar Eigen::PardisoLU< MatrixType >::RealScalar
protected

Definition at line 389 of file PardisoSupport.h.

template<typename MatrixType >
typedef Base::Scalar Eigen::PardisoLU< MatrixType >::Scalar
protected

Definition at line 388 of file PardisoSupport.h.

Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::PardisoLU< MatrixType >::PardisoLU ( )
inline

Definition at line 399 of file PardisoSupport.h.

template<typename MatrixType >
Eigen::PardisoLU< MatrixType >::PardisoLU ( const MatrixType matrix)
inlineexplicit

Definition at line 405 of file PardisoSupport.h.

Member Function Documentation

template<typename MatrixType >
void Eigen::PardisoLU< MatrixType >::getMatrix ( const MatrixType matrix)
inlineprotected

Definition at line 412 of file PardisoSupport.h.

Friends And Related Function Documentation

template<typename MatrixType >
friend class PardisoImpl< PardisoLU< MatrixType > >
friend

Definition at line 392 of file PardisoSupport.h.


The documentation for this class was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:11