Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Eigen::PastixLU< _MatrixType, IsStrSym > Class Template Reference

Sparse direct LU solver based on PaStiX library. More...

#include <PaStiXSupport.h>

Inheritance diagram for Eigen::PastixLU< _MatrixType, IsStrSym >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef PastixBase< PastixLU
< MatrixType > > 
Base
typedef Base::ColSpMatrix ColSpMatrix
typedef MatrixType::Index Index
typedef _MatrixType MatrixType

Public Member Functions

void analyzePattern (const MatrixType &matrix)
void compute (const MatrixType &matrix)
void factorize (const MatrixType &matrix)
 PastixLU ()
 PastixLU (const MatrixType &matrix)

Protected Member Functions

void grabMatrix (const MatrixType &matrix, ColSpMatrix &out)
void init ()

Protected Attributes

bool m_structureIsUptodate
ColSpMatrix m_transposedStructure

Detailed Description

template<typename _MatrixType, bool IsStrSym>
class Eigen::PastixLU< _MatrixType, IsStrSym >

Sparse direct LU solver based on PaStiX library.

This class is used to solve the linear systems A.X = B with a supernodal LU factorization in the PaStiX library. The matrix A should be squared and nonsingular PaStiX requires that the matrix A has a symmetric structural pattern. This interface can symmetrize the input matrix otherwise. The vectors or matrices X and B can be either dense or sparse.

Template Parameters:
_MatrixTypethe type of the sparse matrix A, it must be a SparseMatrix<>
IsStrSymIndicates if the input matrix has a symmetric pattern, default is false NOTE : Note that if the analysis and factorization phase are called separately, the input matrix will be symmetrized at each call, hence it is advised to symmetrize the matrix in a end-user program and set IsStrSym to true
See also:
TutorialSparseDirectSolvers

Definition at line 431 of file PaStiXSupport.h.


Member Typedef Documentation

template<typename _MatrixType , bool IsStrSym>
typedef PastixBase<PastixLU<MatrixType> > Eigen::PastixLU< _MatrixType, IsStrSym >::Base

Definition at line 435 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
typedef Base::ColSpMatrix Eigen::PastixLU< _MatrixType, IsStrSym >::ColSpMatrix

Reimplemented from Eigen::PastixBase< PastixLU< _MatrixType > >.

Definition at line 436 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
typedef MatrixType::Index Eigen::PastixLU< _MatrixType, IsStrSym >::Index

Reimplemented from Eigen::PastixBase< PastixLU< _MatrixType > >.

Definition at line 437 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
typedef _MatrixType Eigen::PastixLU< _MatrixType, IsStrSym >::MatrixType

Reimplemented from Eigen::PastixBase< PastixLU< _MatrixType > >.

Definition at line 434 of file PaStiXSupport.h.


Constructor & Destructor Documentation

template<typename _MatrixType , bool IsStrSym>
Eigen::PastixLU< _MatrixType, IsStrSym >::PastixLU ( ) [inline]

Definition at line 440 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
Eigen::PastixLU< _MatrixType, IsStrSym >::PastixLU ( const MatrixType matrix) [inline]

Definition at line 445 of file PaStiXSupport.h.


Member Function Documentation

template<typename _MatrixType , bool IsStrSym>
void Eigen::PastixLU< _MatrixType, IsStrSym >::analyzePattern ( const MatrixType matrix) [inline]

Compute the LU symbolic factorization of matrix using its sparsity pattern. Several ordering methods can be used at this step. See the PaStiX user's manual. The result of this operation can be used with successive matrices having the same pattern as matrix

See also:
factorize()

Definition at line 467 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
void Eigen::PastixLU< _MatrixType, IsStrSym >::compute ( const MatrixType matrix) [inline]

Compute the LU supernodal factorization of matrix. iparm and dparm can be used to tune the PaStiX parameters. see the PaStiX user's manual

See also:
analyzePattern() factorize()

Definition at line 455 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
void Eigen::PastixLU< _MatrixType, IsStrSym >::factorize ( const MatrixType matrix) [inline]

Compute the LU supernodal factorization of matrix WARNING The matrix matrix should have the same structural pattern as the same used in the analysis phase.

See also:
analyzePattern()

Definition at line 480 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
void Eigen::PastixLU< _MatrixType, IsStrSym >::grabMatrix ( const MatrixType matrix,
ColSpMatrix out 
) [inline, protected]

Definition at line 495 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
void Eigen::PastixLU< _MatrixType, IsStrSym >::init ( ) [inline, protected]

Reimplemented from Eigen::PastixBase< PastixLU< _MatrixType > >.

Definition at line 488 of file PaStiXSupport.h.


Member Data Documentation

template<typename _MatrixType , bool IsStrSym>
bool Eigen::PastixLU< _MatrixType, IsStrSym >::m_structureIsUptodate [protected]

Definition at line 523 of file PaStiXSupport.h.

template<typename _MatrixType , bool IsStrSym>
ColSpMatrix Eigen::PastixLU< _MatrixType, IsStrSym >::m_transposedStructure [protected]

Definition at line 522 of file PaStiXSupport.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:54