Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
void | spanel_dfs (const int m, const int w, const int jcol, SuperMatrix *A, int *perm_r, int *nseg, float *dense, int *panel_lsub, int *segrep, int *repfnz, int *xprune, int *marker, int *parent, int *xplore, GlobalLU_t *Glu) |
Definition in file spanel_dfs.c.
void spanel_dfs | ( | const int | m, |
const int | w, | ||
const int | jcol, | ||
SuperMatrix * | A, | ||
int * | perm_r, | ||
int * | nseg, | ||
float * | dense, | ||
int * | panel_lsub, | ||
int * | segrep, | ||
int * | repfnz, | ||
int * | xprune, | ||
int * | marker, | ||
int * | parent, | ||
int * | xplore, | ||
GlobalLU_t * | Glu | ||
) |
Definition at line 30 of file spanel_dfs.c.
References NCPformat::colbeg, NCPformat::colend, EMPTY, i, GlobalLU_t::lsub, NCPformat::nzval, NCPformat::rowind, SuperMatrix::Store, GlobalLU_t::supno, simple_enum_gen::w, GlobalLU_t::xlsub, and GlobalLU_t::xsup.
Referenced by sgstrf().