HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Classes | Namespaces | Macros | Functions
PastixInterface.hpp File Reference
#include <Eigen/SparseCore>
#include <pastix.h>
Include dependency graph for PastixInterface.hpp:

Go to the source code of this file.

Classes

struct  Eigen::internal::pastix_traits< PastixLU< _MatrixType > >
 
struct  Eigen::internal::pastix_traits< PastixLLT< _MatrixType, Options > >
 
struct  Eigen::internal::pastix_traits< PastixLDLT< _MatrixType, Options > >
 
class  Eigen::PastixBase< Derived >
 
class  Eigen::PastixLU< _MatrixType, IsStrSym >
 Class to invoke the Pastix LU solver. More...
 
class  Eigen::PastixLLT< _MatrixType, _UpLo >
 Class to invoke the Pastix LLT solver. More...
 
class  Eigen::PastixLDLT< _MatrixType, _UpLo >
 Class to invoke the Pastix LDLT solver. More...
 

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define PASTIX_COMPLEX   std::complex<float>
 
#define PASTIX_DCOMPLEX   std::complex<double>
 

Functions

int Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, PASTIX_Comm pastix_comm, int n, int *ptr, int *idx, float *vals, int *perm, int *invp, float *x, int nbrhs, int *iparm, double *dparm)
 
int Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, PASTIX_Comm pastix_comm, int n, int *ptr, int *idx, double *vals, int *perm, int *invp, double *x, int nbrhs, int *iparm, double *dparm)
 
int Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, PASTIX_Comm 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)
 
int Eigen::internal::eigen_pastix (pastix_data_t **pastix_data, PASTIX_Comm 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)