lsd_mkb/lsd_mkb_superlu/superlu_seq/ilu_scopy_to_ucol.c File Reference
Copy a computed column of U to the compressed data structure and drop some small entries.
More...
#include "slu_sdefs.h"
Functions |
void | scopy_ (int *, float[], int *, float[], int *) |
int | ilu_scopy_to_ucol (int jcol, int nseg, int *segrep, int *repfnz, int *perm_r, float *dense, int drop_rule, milu_t milu, double drop_tol, int quota, float *sum, int *nnzUj, GlobalLU_t *Glu, float *work) |
Detailed Description
Copy a computed column of U to the compressed data structure and drop some small entries.
-- SuperLU routine (version 4.1) --
Lawrence Berkeley National Laboratory
November, 2010
Function Documentation
int ilu_scopy_to_ucol |
( |
int |
jcol, |
|
|
int |
nseg, |
|
|
int * |
segrep, |
|
|
int * |
repfnz, |
|
|
int * |
perm_r, |
|
|
float * |
dense, |
|
|
int |
drop_rule, |
|
|
milu_t |
milu, |
|
|
double |
drop_tol, |
|
|
int |
quota, |
|
|
float * |
sum, |
|
|
int * |
nnzUj, |
|
|
GlobalLU_t * |
Glu, |
|
|
float * |
work | |
|
) |
| | |
void scopy_ |
( |
int * |
, |
|
|
float |
[], |
|
|
int * |
, |
|
|
float |
[], |
|
|
int * |
| |
|
) |
| | |