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... | |
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:
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.