Go to the source code of this file.
|
ucfd_precon_status_t | ilu0_prepare_bsr (const int neles, const int nvars, const int *row_ptr, const int *col_ind, const int *diag_ind, double *nnz_data) |
|
ucfd_precon_status_t | ilu0_sweep_bsr_mkl (sparse_matrix_t op, double *b) |
|
ucfd_precon_status_t | ilu0_sweep_bsr (const int neles, const int nvars, const int *row_ptr, const int *col_ind, const int *diag_ind, double *nnz_data, double *b) |
|
◆ ilu0_prepare_bsr()
ucfd_precon_status_t ilu0_prepare_bsr |
( |
const int |
neles, |
|
|
const int |
nvars, |
|
|
const int * |
row_ptr, |
|
|
const int * |
col_ind, |
|
|
const int * |
diag_ind, |
|
|
double * |
nnz_data |
|
) |
| |
◆ ilu0_sweep_bsr()
ucfd_precon_status_t ilu0_sweep_bsr |
( |
const int |
neles, |
|
|
const int |
nvars, |
|
|
const int * |
row_ptr, |
|
|
const int * |
col_ind, |
|
|
const int * |
diag_ind, |
|
|
double * |
nnz_data, |
|
|
double * |
b |
|
) |
| |
◆ ilu0_sweep_bsr_mkl()