File List

Here is a list of all files with brief descriptions:
EXAMPLE/dcreate_matrix.cRead the matrix from data file
EXAMPLE/dreadhb.cRead a DOUBLE PRECISION matrix stored in Harwell-Boeing format
EXAMPLE/dreadtriple.c
EXAMPLE/pddrive.cDriver program for PDGSSVX example
EXAMPLE/pddrive1.cDriver program for PDGSSVX example
EXAMPLE/pddrive1_ABglobal.cDriver program for pdgssvx_ABglobal example
EXAMPLE/pddrive2.cDriver program for PDGSSVX example
EXAMPLE/pddrive2_ABglobal.cDriver program for pdgssvx_ABglobal example
EXAMPLE/pddrive3.cDriver program for PDGSSVX example
EXAMPLE/pddrive3_ABglobal.cDriver program for pdgssvx_ABglobal example
EXAMPLE/pddrive4.cThis example illustrates how to divide up the processes into subgroups
EXAMPLE/pddrive4_ABglobal.cThis example illustrates how to divide up the processes into subgroups
EXAMPLE/pddrive_ABglobal.cDriver program for pdgssvx_ABglobal example
EXAMPLE/pdgstrf_irecv.cPerforms LU factorization in parallel
EXAMPLE/pdgstrf_X1.cPerform LU factorization in parallel
EXAMPLE/pdgstrs_lsum_X1.cPerforms block modifications
EXAMPLE/pzdrive.cDriver program for PZGSSVX example
EXAMPLE/pzdrive1.cDriver program for PZGSSVX example
EXAMPLE/pzdrive1_ABglobal.cDriver program for pzgssvx_ABglobal example
EXAMPLE/pzdrive2.cDriver program for PZGSSVX example
EXAMPLE/pzdrive2_ABglobal.cDriver program for pzgssvx_ABglobal example
EXAMPLE/pzdrive3.cDriver program for PZGSSVX example
EXAMPLE/pzdrive3_ABglobal.cDriver program for pzgssvx_ABglobal example
EXAMPLE/pzdrive4.cThis example illustrates how to divide up the processes into subgroups
EXAMPLE/pzdrive4_ABglobal.cThis example illustrates how to divide up the processes into subgroups
EXAMPLE/pzdrive_ABglobal.cDriver program for pzgssvx_ABglobal example
EXAMPLE/pzgsmv.c
EXAMPLE/pzgstrf_X1.cPerforms the LU factorization in parallel
EXAMPLE/pzgstrs_Bglobal_Bsend.cSolves a system of distributed linear equations
EXAMPLE/pzgstrs_lsum_Bsend.cPerforms block modifications
EXAMPLE/sp_ienv.cChooses machine-dependent parameters for the local environment
EXAMPLE/zcreate_matrix.cRead the matrix from data file
EXAMPLE/zreadhb.cRead a DOUBLE COMPLEX PRECISION matrix stored in Harwell-Boeing format
EXAMPLE/zreadtriple.c
SRC/Cnames.h [code]Macro definitions
SRC/comm.cBroadcast an array of *dtype* numbers
SRC/dcomplex.cDefines common arithmetic operations for complex type
SRC/dcomplex.h [code]Header for dcomplex.c
SRC/ddistribute.cDistribute the matrix onto the 2D process mesh
SRC/dgsequ.cComputes row and column scalings
SRC/dlamch.cDetermines double precision machine parameters
SRC/dlangs.cReturns the value of the one norm, the infinity norm, or the element of largest value
SRC/dlaqgs.cEquilibrates a general sparse M by N matrix A
SRC/dldperm.cFinds a row permutation so that the matrix has large entries on the diagonal
SRC/dmemory.cMemory utilities
SRC/dmyblas2.cLevel 2 BLAS operations: solves and matvec, written in C
SRC/dreadhb.cRead a DOUBLE PRECISION matrix
SRC/dsp_blas2.cSparse BLAS 2, using some dense BLAS 2 operations
SRC/dsp_blas3.cSparse BLAS3, using some dense BLAS3 operations
SRC/dutil.cUtility routines for SuperMatrix structure
SRC/etree.cElimination tree computation and layout routines
SRC/get_perm_c.cGets matrix permutation
SRC/get_perm_c_parmetis.cGets matrix permutation
SRC/GetDiagU.cExtracts the main diagonal of matrix U
SRC/lsame.cCheck if CA is the same letter as CB regardless of case
SRC/machines.h [code]These macros define which machine will be used
SRC/mc21.f
SRC/mc64ad.f
SRC/memory.cMemory utilities
SRC/mmd.cImplements the minimum degree algorithm
SRC/old_colamd.cAn approximate minimum degree column ordering algorithm
SRC/old_colamd.h [code]Colamd include file
SRC/pddistribute.cRe-distribute A on the 2D process mesh
SRC/pdgsequ.cComputes row and column scalings
SRC/pdgsmv.c
SRC/pdgsmv_AXglobal.cPerforms sparse matrix-vector multiplication
SRC/pdgsrfs.cImproves the computed solution to a system of linear equations and provides error bounds and backward error estimates
SRC/pdgsrfs_ABXglobal.cImproves the computed solution and provies error bounds
SRC/pdgssvx.cSolves a system of linear equations A*X=B
SRC/pdgssvx_ABglobal.cSolves a system of linear equations A*X=B,
SRC/pdgstrf.cPerforms LU factorization in parallel
SRC/pdgstrf_irecv.cPerforms LU factorization in parallel
SRC/pdgstrf_sherry.c
SRC/pdgstrf_X1.cPerforms the LU factorization in parallel
SRC/pdgstrs.cSolves a system of distributed linear equations A*X = B with a general N-by-N matrix A using the LU factors computed previously
SRC/pdgstrs1.cSolves a system of distributed linear equations
SRC/pdgstrs_Bglobal.cSolves a system of distributed linear equations A*X = B with a general N-by-N matrix A using the LU factorization
SRC/pdgstrs_Bglobal_Bsend.cSolves a system of distributed linear equations
SRC/pdgstrs_lsum.cPerform local block modifications: lsum[i] -= L_i,k * X[k]
SRC/pdgstrsL.cSolves a lower triangular system L*X = B, with L being the lower triangular factor computed previously by PDGSTRF
SRC/pdlangs.cReturns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest value
SRC/pdlaqgs.cEquilibrates a general sparse M by N matrix
SRC/pdsymbfact_distdata.cRedistribute the symbolic structure of L and U from the distribution
SRC/pdutil.cSeveral matrix utilities
SRC/psymbfact.cImplements parallel symbolic factorization
SRC/psymbfact.h [code]Definitions for parallel symbolic factorization routine
SRC/psymbfact_util.cUtilities for parallel symbolic factorization routine
SRC/pxerbla.c
SRC/pzdistribute.cRe-distribute A on the 2D process mesh
SRC/pzgsequ.cComputes row and column scalings
SRC/pzgsmv.c
SRC/pzgsmv_AXglobal.cPerforms sparse matrix-vector multiplication
SRC/pzgsrfs.cImproves the computed solution to a system of linear equations and provides error bounds and backward error estimates
SRC/pzgsrfs_ABXglobal.cImproves the computed solution and provies error bounds
SRC/pzgssvx.cSolves a system of linear equations A*X=B
SRC/pzgssvx_ABglobal.cSolves a system of linear equations A*X=B,
SRC/pzgstrf.cPerforms LU factorization in parallel
SRC/pzgstrf_irecv.cPerforms LU factorization in parallel
SRC/pzgstrs.cSolves a system of distributed linear equations A*X = B with a general N-by-N matrix A using the LU factors computed previously
SRC/pzgstrs1.cSolves a system of distributed linear equations
SRC/pzgstrs_Bglobal.cSolves a system of distributed linear equations A*X = B with a general N-by-N matrix A using the LU factorization
SRC/pzgstrs_lsum.cPerform local block modifications: lsum[i] -= L_i,k * X[k]
SRC/pzlangs.cReturns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest value
SRC/pzlaqgs.cEquilibrates a general sparse M by N matrix
SRC/pzsymbfact_distdata.cRedistribute the symbolic structure of L and U from the distribution
SRC/pzutil.cSeveral matrix utilities
SRC/slamch.cDetermines single precision machine parameters
SRC/sp_colorder.cPermutes the columns of the original matrix
SRC/sp_ienv.cChooses machine-dependent parameters for the local environment
SRC/superlu_ddefs.h [code]
SRC/superlu_defs.h [code]Definitions which are precision-neutral
SRC/superlu_grid.cSuperLU grid utilities
SRC/superlu_timer.cReturns the time in seconds used by the process
SRC/superlu_zdefs.h [code]
SRC/supermatrix.h [code]Matrix type definitions
SRC/symbfact.cPerforms a symbolic factorization
SRC/util.cUtilities functions
SRC/util_dist.h [code]Header for utilities
SRC/xerbla.c
SRC/zdistribute.cDistribute the matrix onto the 2D process mesh
SRC/zdistribute_mark.cDistribute the matrix onto the 2D process mesh
SRC/zgsequ.cComputes row and column scalings
SRC/zlangs.cReturns the one norm, or the Frobenius norm, or the infinity norm, or the element of largest value
SRC/zlaqgs.cEquilibrates a general sparse M by N matrix A
SRC/zldperm.cFinds a row permutation so that the matrix has large entries on the diagonal
SRC/zmemory.cMemory utilities
SRC/zmyblas2.cLevel 2 BLAS operations: solves and matvec, written in C
SRC/zreadhb.cRead a DOUBLE COMPLEX PRECISION matrix
SRC/zsp_blas2.cSolves one of the systems of equations A*x = b, or A'*x = b
SRC/zsp_blas3.cSparse BLAS3, using some dense BLAS3 operations
SRC/zutil.cUtility routines for SuperMatrix structure

Generated on Sat Aug 29 04:22:19 2009 for SuperLUDistributed by  doxygen 1.5.9