Functions/Subroutines | |
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 | |||
) |