TridiagLU
1.0
Scalable, parallel solver for tridiagonal system of equations
|
▼ include | |
matops.h | Contains macros and function definitions for common matrix operations |
tridiagLU.h | Header file for TridiagLU |
▼ src | |
▼ Test | |
test.c | Tests for tridiagLU solvers |
▼ TridiagLU | |
blocktridiagIterJacobi.c | Solve a block tridiagonal system with the Jacobi method |
blocktridiagLU.c | Solve block tridiagonal systems using the LU decomposition method |
tridiagIterJacobi.c | Solve tridiagonal systems of equations with the point Jacobi method |
tridiagLU.c | Solve tridiagonal systems of equation using parallel LU decomposition |
tridiagLUGS.c | Solve tridiagonal systems of equations in parallel using "gather-and-solve" |
tridiagLUInit.c | Initialize the tridiagLU solver |
tridiagScaLPK.c | Wrapper function to solve tridiagonal systems using ScaLAPACK's pddtsv |