#include <dune/istl/superlu.hh>
|
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) |
|
◆ 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: