Offsite Resources
Offsite resources are resources outside our web site related to this module.
Release Log
-
0.3 was publicly released on 2009-02-20:
Fix:
my_ilu_transpose_solver in ilu_solvers.c in the examples/ directory now correctly includes missing line to get number of rows.
Documentation for WnSparseSolve__Exp__solve() has been fixed.
Checks on input have been added to a number of API routines.
Examples have been fixed to work with 64-bit compilers. In particular, print out of size_t variables are cast to unsigned longs for portability. Those working exclusively on 64-bit machines may wish to remove the casts and use the %lu, %llu, or %z format code, as appropriate.
Reorganization:
README.txt has been removed from examples/ directory for easier maintenance. Copyright information is in src/README.txt.
-
0.2 was publicly released on 2008-07-19:
Fix:
Example codes now correctly compile with g++.
Example codes now can be correctly profiled with gprof.
src/examples/README.txt now correctly includes example6.c and my_convergence_tester.c/h In directory contents section.
Reorganization:
Where relevant, a number of unsigned int variables have been converted to size_t.
-
0.1 was publicly released on 2008-06-30:
New:
Initial Release