Eigen  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)

Detailed Description

This module provides an interface to the PaSTiX library. PaSTiX is a general supernodal, parallel and opensource sparse solver. It provides the two following main factorization classes:

#include <Eigen/PaStiXSupport>

In order to use this module, the PaSTiX headers must be accessible from the include paths, and your binary must be linked to the PaSTiX library and its dependencies. This wrapper resuires PaStiX version 5.x compiled without MPI support. The dependencies depend on how PaSTiX has been compiled. For a cmake based project, you can use our FindPaSTiX.cmake module to help you in this task.

Classes

class  Eigen::PastixLDLT< MatrixType_, UpLo_ >
 A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More...
 
class  Eigen::PastixLLT< MatrixType_, UpLo_ >
 A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More...
 
class  Eigen::PastixLU< MatrixType_, IsStrSym >
 Interface to the PaStix solver. More...