MOAB  4.9.3pre
PaStiXSupport.h File Reference

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 >
 Sparse direct LU solver based on 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::PastixLDLT< _MatrixType, _UpLo >
 A sparse direct supernodal Cholesky (LLT) factorization and solver based on the PaStiX library. More...

Namespaces

namespace  Eigen
namespace  Eigen::internal

Defines

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

Functions

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)

Define Documentation

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines