dune-istl 3.0-git
Static Public Member Functions | List of all members
Dune::SuperLUSolveChooser< float > Struct Reference

#include <dune/istl/superlu.hh>

Static Public Member Functions

static void solve (superlu_options_t *options, SuperMatrix *mat, int *perm_c, int *perm_r, int *etree, char *equed, float *R, float *C, SuperMatrix *L, SuperMatrix *U, void *work, int lwork, SuperMatrix *B, SuperMatrix *X, float *rpg, float *rcond, float *ferr, float *berr, mem_usage_t *memusage, SuperLUStat_t *stat, int *info)
 

Member Function Documentation

◆ solve()

static void Dune::SuperLUSolveChooser< float >::solve ( superlu_options_t options,
SuperMatrix mat,
int perm_c,
int perm_r,
int etree,
char equed,
float R,
float C,
SuperMatrix L,
SuperMatrix U,
void work,
int  lwork,
SuperMatrix B,
SuperMatrix X,
float rpg,
float rcond,
float ferr,
float berr,
mem_usage_t memusage,
SuperLUStat_t stat,
int info 
)
inlinestatic

The documentation for this struct was generated from the following file: