Go to the source code of this file.
Classes | |
struct | Eigen::internal::pastix_traits< Pastix > |
struct | Eigen::internal::pastix_traits< PastixLDLT< _MatrixType, Options > > |
struct | Eigen::internal::pastix_traits< PastixLLT< _MatrixType, Options > > |
struct | Eigen::internal::pastix_traits< PastixLU< _MatrixType > > |
class | Eigen::PastixBase< Derived > |
class | Eigen::PastixLDLT |
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More... | |
class | Eigen::PastixLDLT |
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More... | |
class | Eigen::PastixLLT |
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More... | |
class | Eigen::PastixLLT |
A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More... | |
class | Eigen::PastixLU |
Interface to the PaStix solver. More... | |
class | Eigen::PastixLU |
Interface to the PaStix solver. More... | |
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Macros | |
#define | PASTIX_COMPLEX std::complex<float> |
#define | PASTIX_DCOMPLEX std::complex<double> |
Functions | |
template<typename MatrixType > | |
void | Eigen::internal::c_to_fortran_numbering (MatrixType &mat) |
void | Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, double *vals, int *perm, int *invp, double *x, int nbrhs, int *iparm, double *dparm) |
void | Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, float *vals, int *perm, int *invp, float *x, int nbrhs, int *iparm, double *dparm) |
void | Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex< double > *vals, int *perm, int *invp, std::complex< double > *x, int nbrhs, int *iparm, double *dparm) |
void | Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex< float > *vals, int *perm, int *invp, std::complex< float > *x, int nbrhs, int *iparm, double *dparm) |
template<typename MatrixType > | |
void | Eigen::internal::fortran_to_c_numbering (MatrixType &mat) |
#define PASTIX_COMPLEX std::complex<float> |
Definition at line 19 of file PaStiXSupport.h.
#define PASTIX_DCOMPLEX std::complex<double> |
Definition at line 20 of file PaStiXSupport.h.