|
SuperLU
5.0
|
Copy a computed column of U to the compressed data structure and drop some small entries. More...
#include "slu_ddefs.h"
Functions | |
| void | dcopy_ (int *, double[], int *, double[], int *) |
| int | ilu_dcopy_to_ucol (int jcol, int nseg, int *segrep, int *repfnz, int *perm_r, double *dense, int drop_rule, milu_t milu, double drop_tol, int quota, double *sum, int *nnzUj, GlobalLU_t *Glu, double *work) |
– SuperLU routine (version 4.1) – Lawrence Berkeley National Laboratory November, 2010
| void dcopy_ | ( | int * | , |
| double | [], | ||
| int * | , | ||
| double | [], | ||
| int * | |||
| ) |
| int ilu_dcopy_to_ucol | ( | int | jcol, |
| int | nseg, | ||
| int * | segrep, | ||
| int * | repfnz, | ||
| int * | perm_r, | ||
| double * | dense, | ||
| int | drop_rule, | ||
| milu_t | milu, | ||
| double | drop_tol, | ||
| int | quota, | ||
| double * | sum, | ||
| int * | nnzUj, | ||
| GlobalLU_t * | Glu, | ||
| double * | work | ||
| ) |

1.8.6