Go to the source code of this file.
|
template<> |
int | dpivotL (const int jcol, const macrev_Z u, int *usepr, int *perm_r, int *iperm_r, int *iperm_c, int *pivrow, GlobalLU_t< macrev_Z > *Glu) |
|
void | dSetRWork (int m, int panel_size, macrev_Z *dworkptr, macrev_Z **dense, macrev_Z **tempv) |
|
void | dLUWorkFree (int m, int panel_size, int *iwork, macrev_Z *dwork, GlobalLU_t< macrev_Z > *Glu) |
|
void * | dexpand (int *prev_len, MemType type, int len_to_copy, int keep_prev, GlobalLU_t< macrev_Z > *Glu) |
|
void | remiseformatNC (SuperMatrix< macrev_Z > &M, const vector< macrev_Z > &nzval, const vector< int > &rowind, const vector< int > &colptr, int coeff) |
|
void* dexpand |
( |
int * |
prev_len, |
|
|
MemType |
type, |
|
|
int |
len_to_copy, |
|
|
int |
keep_prev, |
|
|
GlobalLU_t< macrev_Z > * |
Glu |
|
) |
| |
void dLUWorkFree |
( |
int |
m, |
|
|
int |
panel_size, |
|
|
int * |
iwork, |
|
|
macrev_Z * |
dwork, |
|
|
GlobalLU_t< macrev_Z > * |
Glu |
|
) |
| |
template<>
int dpivotL |
( |
const int |
jcol, |
|
|
const macrev_Z |
u, |
|
|
int * |
usepr, |
|
|
int * |
perm_r, |
|
|
int * |
iperm_r, |
|
|
int * |
iperm_c, |
|
|
int * |
pivrow, |
|
|
GlobalLU_t< macrev_Z > * |
Glu |
|
) |
| |
void dSetRWork |
( |
int |
m, |
|
|
int |
panel_size, |
|
|
macrev_Z * |
dworkptr, |
|
|
macrev_Z ** |
dense, |
|
|
macrev_Z ** |
tempv |
|
) |
| |
void remiseformatNC |
( |
SuperMatrix< macrev_Z > & |
M, |
|
|
const vector< macrev_Z > & |
nzval, |
|
|
const vector< int > & |
rowind, |
|
|
const vector< int > & |
colptr, |
|
|
int |
coeff |
|
) |
| |