SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
superlu_mod Module Reference

Functions/Subroutines

subroutine get_gridinfo (grid, iam, nprow, npcol, npdep)
 
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)
 

Function/Subroutine Documentation

◆ get_comprowloc_matrix()

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 
)
Here is the caller graph for this function:

◆ get_gridinfo()

subroutine superlu_mod::get_gridinfo ( integer(superlu_ptr)  grid,
integer*4, optional  iam,
integer, optional  nprow,
integer, optional  npcol,
integer, optional  npdep 
)
Here is the caller graph for this function:

◆ get_superlu_options()

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 
)
Here is the caller graph for this function:

◆ get_supermatrix()

subroutine superlu_mod::get_supermatrix ( integer(superlu_ptr)  A,
integer, optional  nrow,
integer, optional  ncol 
)
Here is the caller graph for this function:

◆ set_comprowloc_matrix()

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 
)

◆ set_superlu_options()

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 
)
Here is the caller graph for this function:

◆ set_supermatrix()

subroutine superlu_mod::set_supermatrix ( integer(superlu_ptr)  A,
integer, optional  nrow,
integer, optional  ncol 
)