TridiagLU  1.0
Scalable, parallel solver for tridiagonal system of equations
TridiagLU Directory Reference

Files

file  blocktridiagIterJacobi.c [code]
 Solve a block tridiagonal system with the Jacobi method.
 
file  blocktridiagLU.c [code]
 Solve block tridiagonal systems using the LU decomposition method.
 
file  tridiagIterJacobi.c [code]
 Solve tridiagonal systems of equations with the point Jacobi method.
 
file  tridiagLU.c [code]
 Solve tridiagonal systems of equation using parallel LU decomposition.
 
file  tridiagLUGS.c [code]
 Solve tridiagonal systems of equations in parallel using "gather-and-solve".
 
file  tridiagLUInit.c [code]
 Initialize the tridiagLU solver.
 
file  tridiagScaLPK.c [code]
 Wrapper function to solve tridiagonal systems using ScaLAPACK's pddtsv.