Webnucleo's wn_sparse_solve_0.3 distribution makes publicly available the codes and data for the wn_sparse_solve Module. This distribution is released under the GNU General Public License. Feel free to use or modify material in this distribution according to your purposes; however, please keep the documentation header on the files
Distribution module dependencies:
- wn_matrix: Version 0.7 or later
- sparskit: Version 2
Distribution directory details (see links to individual files for API documentation):
wn_sparse_solve/0.3
|
|-- data_pub/
| |
| |-- exp_initial_vector.xml
| |
| |-- exp_matrix.xml
| |
| |-- matrix.xml
| |
| |-- phi_constant_vector.xml
| |
| |-- phi_initial_vector.xml
| |
| |-- phi_matrix.xml
| |
| |-- preconditioner.xml
| |
| |-- README.txt
| |
| |-- rhs.xml
|
|-- doc/
| |
| |-- gnu_fdl_v1.2.txt
| |
| |-- gnu_gpl_v2.txt
|
|-- src/
| |
| |-- blas1.f
| |
| |-- exppro.f
| |
| |-- itaux.f
| |
| |-- phipro.f
| |
| |-- README.txt
| |
| |-- WnSparseSolve.c
| |
| |-- WnSparseSolve.h
| |
| |-- examples/
| |
| |-- example1.c
| |
| |-- example2.c
| |
| |-- example3.c
| |
| |-- example4.c
| |
| |-- example5.c
| |
| |-- example6.c
| |
| |-- ilu_solvers.c
| |
| |-- ilu_solvers.h
| |
| |-- Makefile
| |
| |-- my_convergence_tester.c
| |
| |-- my_convergence_tester.h
| |
| |-- print_out.c
| |
| |-- solution_check.c