Blender V2.61 - r43446
|
#include "ssp_defs.h"
Go to the source code of this file.
Defines | |
#define | T2_SUPER |
Functions | |
int | scolumn_dfs (const int m, const int jcol, int *perm_r, int *nseg, int *lsub_col, int *segrep, int *repfnz, int *xprune, int *marker, int *parent, int *xplore, GlobalLU_t *Glu) |
Definition in file scolumn_dfs.c.
#define T2_SUPER |
Definition at line 29 of file scolumn_dfs.c.
int scolumn_dfs | ( | const int | m, |
const int | jcol, | ||
int * | perm_r, | ||
int * | nseg, | ||
int * | lsub_col, | ||
int * | segrep, | ||
int * | repfnz, | ||
int * | xprune, | ||
int * | marker, | ||
int * | parent, | ||
int * | xplore, | ||
GlobalLU_t * | Glu | ||
) |
Definition at line 32 of file scolumn_dfs.c.
References EMPTY, GlobalLU_t::lsub, LSUB, GlobalLU_t::nzlmax, sLUMemXpand(), sp_ienv(), GlobalLU_t::supno, GlobalLU_t::xlsub, and GlobalLU_t::xsup.
Referenced by sgstrf().