SuperLUSupport.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::SluMatrix
 
struct  Eigen::SluMatrixMapHelper< Matrix< Scalar, Rows, Cols, Options, MRows, MCols > >
 
struct  Eigen::SluMatrixMapHelper< SparseMatrixBase< Derived > >
 
class  Eigen::SuperLUBase< MatrixType_, Derived >
 The base class for the direct and incomplete LU factorization of SuperLU. More...
 
class  Eigen::SuperLU< MatrixType_ >
 A sparse direct LU factorization and solver based on the SuperLU library. More...
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Macros

#define DECL_GSSVX(PREFIX, FLOATTYPE, KEYTYPE)
 

Functions

template<typename MatrixType >
SluMatrix Eigen::internal::asSluMatrix (MatrixType &mat)
 
template<typename Scalar , int Flags, typename Index >
Map< SparseMatrix< Scalar, Flags, Index > > Eigen::internal::map_superlu (SluMatrix &sluMat)
 

Macro Definition Documentation

◆ DECL_GSSVX

#define DECL_GSSVX (   PREFIX,
  FLOATTYPE,
  KEYTYPE 
)
Value:
extern "C" { \
extern void PREFIX##gssvx(superlu_options_t *, SuperMatrix *, int *, int *, int *, char *, FLOATTYPE *, FLOATTYPE *, \
SuperMatrix *, SuperMatrix *, void *, int, SuperMatrix *, SuperMatrix *, FLOATTYPE *, \
FLOATTYPE *, FLOATTYPE *, FLOATTYPE *, mem_usage_t *, SuperLUStat_t *, int *); \
} \
inline float SuperLU_gssvx(superlu_options_t *options, SuperMatrix *A, int *perm_c, int *perm_r, int *etree, \
char *equed, FLOATTYPE *R, FLOATTYPE *C, SuperMatrix *L, SuperMatrix *U, void *work, \
int lwork, SuperMatrix *B, SuperMatrix *X, FLOATTYPE *recip_pivot_growth, \
FLOATTYPE *rcond, FLOATTYPE *ferr, FLOATTYPE *berr, SuperLUStat_t *stats, int *info, \
KEYTYPE) { \
mem_usage_t mem_usage; \
PREFIX##gssvx(options, A, perm_c, perm_r, etree, equed, R, C, L, U, work, lwork, B, X, recip_pivot_growth, rcond, \
ferr, berr, &mem_usage, stats, info); \
return mem_usage.for_lu; /* bytes used by the factor storage */ \
}
MatrixXd L
Definition: LLT_example.cpp:6
@ R
Definition: StatisticsVector.h:21
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Definition: bench_gemm.cpp:47
Definition: matrices.h:74
#define X
Definition: icosphere.cpp:20
int info
Definition: level2_cplx_impl.h:39
double U
Swimming speed.
Definition: two_d_variable_diff_adapt.cc:53
Definition: slu_util.h:290
Definition: oomph_superlu_4.3/supermatrix.h:43
Definition: slu_util.h:299
Definition: slu_util.h:246