Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
void | slsolve (int, int, float *, float *) |
void | smatvec (int, int, int, float *, float *, float *) |
void | scheck_tempv () |
void | spanel_bmod (const int m, const int w, const int jcol, const int nseg, float *dense, float *tempv, int *segrep, int *repfnz, GlobalLU_t *Glu, SuperLUStat_t *stat) |
Definition in file spanel_bmod.c.
void scheck_tempv | ( | ) |
void slsolve | ( | int | , |
int | , | ||
float * | , | ||
float * | |||
) |
Definition at line 33 of file smyblas2.c.
void smatvec | ( | int | , |
int | , | ||
int | , | ||
float * | , | ||
float * | , | ||
float * | |||
) |
Definition at line 160 of file smyblas2.c.
void spanel_bmod | ( | const int | m, |
const int | w, | ||
const int | jcol, | ||
const int | nseg, | ||
float * | dense, | ||
float * | tempv, | ||
int * | segrep, | ||
int * | repfnz, | ||
GlobalLU_t * | Glu, | ||
SuperLUStat_t * | stat | ||
) |
Definition at line 37 of file spanel_bmod.c.
References EMPTY, GEMV, i, GlobalLU_t::lsub, GlobalLU_t::lusup, SuperLUStat_t::ops, slsolve(), smatvec(), sp_ienv(), strlen(), strsv_(), SUPERLU_MIN, GlobalLU_t::supno, TRSV, simple_enum_gen::w, GlobalLU_t::xlsub, GlobalLU_t::xlusup, and GlobalLU_t::xsup.
Referenced by sgstrf().