|
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< _MatrixType, _UpLo > |
| A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More...
|
|
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::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...
|
|
class | Eigen::PastixLU< _MatrixType, IsStrSym > |
| Interface to the PaStix solver. More...
|
|
struct | Eigen::internal::solve_retval< PastixBase< _MatrixType >, Rhs > |
|
struct | Eigen::internal::sparse_solve_retval< PastixBase< _MatrixType >, Rhs > |
|
|
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, 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, 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, std::complex< float > *vals, int *perm, int *invp, std::complex< 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) |
|
template<typename MatrixType > |
void | Eigen::internal::fortran_to_c_numbering (MatrixType &mat) |
|