Go to the source code of this file.
|
| 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::c_to_fortran_numbering (MatrixType &mat) |
| |
| template<typename MatrixType > |
| void | Eigen::internal::fortran_to_c_numbering (MatrixType &mat) |
| |
◆ PASTIX_COMPLEX
| #define PASTIX_COMPLEX std::complex<float> |
◆ PASTIX_DCOMPLEX
| #define PASTIX_DCOMPLEX std::complex<double> |