SuperLU 7.0.0
|
Examples of how to use SuperLU. More...
Files | |
file | cfgmr.c |
Flexible GMRES from ITSOL developed by Yousef Saad. | |
file | citersol.c |
Example #1 showing how to use ILU to precondition GMRES. | |
file | citersol1.c |
Example #2 showing how to use ILU to precondition GMRES. | |
file | clinsol.c |
LU factorization from CGSTRF (CGSSV) | |
file | clinsol1.c |
LU factorization from CGSTRF (CGSSV) | |
file | clinsolx.c |
LU factorization from CGSTRF (CGSSVX) | |
file | clinsolx1.c |
CGSSVX to solve systems with the same matrix but different right-hand side. | |
file | clinsolx2.c |
CGSSVX to solve systems repeatedly with the same sparsity pattern of matrix A. | |
file | clinsolx3.c |
@(PREE)GSSVX to solve systems repeatedly with the same sparsity pattern and similar values of matrix A. | |
file | dfgmr.c |
Flexible GMRES from ITSOL developed by Yousef Saad. | |
file | ditersol.c |
Example #1 showing how to use ILU to precondition GMRES. | |
file | ditersol1.c |
Example #2 showing how to use ILU to precondition GMRES. | |
file | dlinsol.c |
LU factorization from DGSTRF (DGSSV) | |
file | dlinsol1.c |
LU factorization from DGSTRF (DGSSV) | |
file | dlinsolx.c |
LU factorization from DGSTRF (DGSSVX) | |
file | dlinsolx1.c |
DGSSVX to solve systems with the same matrix but different right-hand side. | |
file | dlinsolx2.c |
DGSSVX to solve systems repeatedly with the same sparsity pattern of matrix A. | |
file | dlinsolx3.c |
@(PREE)GSSVX to solve systems repeatedly with the same sparsity pattern and similar values of matrix A. | |
file | dreadtriple_noheader.c |
Read matrix in triplet format. | |
file | sfgmr.c |
Flexible GMRES from ITSOL developed by Yousef Saad. | |
file | sitersol.c |
Example #1 showing how to use ILU to precondition GMRES. | |
file | sitersol1.c |
Example #2 showing how to use ILU to precondition GMRES. | |
file | slinsol.c |
LU factorization from SGSTRF (SGSSV) | |
file | slinsol1.c |
LU factorization from SGSTRF (SGSSV) | |
file | slinsolx.c |
LU factorization from SGSTRF (SGSSVX) | |
file | slinsolx1.c |
SGSSVX to solve systems with the same matrix but different right-hand side. | |
file | slinsolx2.c |
SGSSVX to solve systems repeatedly with the same sparsity pattern of matrix A. | |
file | slinsolx3.c |
@(PREE)GSSVX to solve systems repeatedly with the same sparsity pattern and similar values of matrix A. | |
file | superlu.c |
a small 5x5 example | |
file | zfgmr.c |
Flexible GMRES from ITSOL developed by Yousef Saad. | |
file | zitersol.c |
Example #1 showing how to use ILU to precondition GMRES. | |
file | zitersol1.c |
Example #2 showing how to use ILU to precondition GMRES. | |
file | zlinsol.c |
LU factorization from ZGSTRF (ZGSSV) | |
file | zlinsol1.c |
LU factorization from ZGSTRF (ZGSSV) | |
file | zlinsolx.c |
LU factorization from ZGSTRF (ZGSSVX) | |
file | zlinsolx1.c |
ZGSSVX to solve systems with the same matrix but different right-hand side. | |
file | zlinsolx2.c |
ZGSSVX to solve systems repeatedly with the same sparsity pattern of matrix A. | |
file | zlinsolx3.c |
@(PREE)GSSVX to solve systems repeatedly with the same sparsity pattern and similar values of matrix A. | |
Various examples.