|
subroutine | get_gridinfo (grid, iam, nprow, npcol) |
|
subroutine | get_supermatrix (A, nrow, ncol) |
|
subroutine | set_supermatrix (A, nrow, ncol) |
|
subroutine | get_comprowloc_matrix (A, nrow, ncol, nnz_loc, nrow_loc, fst_row) |
|
subroutine | set_comprowloc_matrix (A, nrow, ncol, nnz_loc, nrow_loc, fst_row) |
|
subroutine | get_superlu_options (opt, Fact, Equil, ParSymbFact, ColPerm, RowPerm, IterRefine, Trans, ReplaceTinyPivot, SolveInitialized, RefineInitialized, PrintStat) |
|
subroutine | set_superlu_options (opt, Fact, Equil, ParSymbFact, ColPerm, RowPerm, IterRefine, Trans, ReplaceTinyPivot, SolveInitialized, RefineInitialized, PrintStat) |
|
subroutine superlu_mod::get_comprowloc_matrix |
( |
integer(superlu_ptr) |
A, |
|
|
integer, optional |
nrow, |
|
|
integer, optional |
ncol, |
|
|
integer, optional |
nnz_loc, |
|
|
integer, optional |
nrow_loc, |
|
|
integer, optional |
fst_row |
|
) |
| |
subroutine superlu_mod::get_gridinfo |
( |
integer(superlu_ptr) |
grid, |
|
|
integer*4, optional |
iam, |
|
|
integer, optional |
nprow, |
|
|
integer, optional |
npcol |
|
) |
| |
subroutine superlu_mod::get_superlu_options |
( |
integer(superlu_ptr) |
opt, |
|
|
integer, optional |
Fact, |
|
|
integer, optional |
Equil, |
|
|
integer, optional |
ParSymbFact, |
|
|
integer, optional |
ColPerm, |
|
|
integer, optional |
RowPerm, |
|
|
integer, optional |
IterRefine, |
|
|
integer, optional |
Trans, |
|
|
integer, optional |
ReplaceTinyPivot, |
|
|
integer, optional |
SolveInitialized, |
|
|
integer, optional |
RefineInitialized, |
|
|
integer, optional |
PrintStat |
|
) |
| |
subroutine superlu_mod::get_supermatrix |
( |
integer(superlu_ptr) |
A, |
|
|
integer, optional |
nrow, |
|
|
integer, optional |
ncol |
|
) |
| |
subroutine superlu_mod::set_comprowloc_matrix |
( |
integer(superlu_ptr) |
A, |
|
|
integer, optional |
nrow, |
|
|
integer, optional |
ncol, |
|
|
integer, optional |
nnz_loc, |
|
|
integer, optional |
nrow_loc, |
|
|
integer, optional |
fst_row |
|
) |
| |
subroutine superlu_mod::set_superlu_options |
( |
integer(superlu_ptr) |
opt, |
|
|
integer, optional |
Fact, |
|
|
integer, optional |
Equil, |
|
|
integer, optional |
ParSymbFact, |
|
|
integer, optional |
ColPerm, |
|
|
integer, optional |
RowPerm, |
|
|
integer, optional |
IterRefine, |
|
|
integer, optional |
Trans, |
|
|
integer, optional |
ReplaceTinyPivot, |
|
|
integer, optional |
SolveInitialized, |
|
|
integer, optional |
RefineInitialized, |
|
|
integer, optional |
PrintStat |
|
) |
| |
subroutine superlu_mod::set_supermatrix |
( |
integer(superlu_ptr) |
A, |
|
|
integer, optional |
nrow, |
|
|
integer, optional |
ncol |
|
) |
| |
The documentation for this module was generated from the following file: