[Webnucleo] ANNOUNCE: wn_matrix version 0.14 now available
Announce list for the Webnucleo project.
webnucleo at mailhost.ces.clemson.edu
Thu Jul 5 19:28:00 EDT 2012
Release 0.14 of Webnucleo's wn_matrix Module is now publicly available.
wn_matrix is a library of codes for storing and managing sparse matrices.
The module is available at this location:
http://www.webnucleo.org/home/modules/wn_matrix/0.14
Below are the recent updates to the module:
New:
It is now possible to use a string lookup to avoid printing out of
matrix element index strings. This may speed up lookup of
elements in large matrices. To use this, compile with the flag
-DWN_USE_MATRIX_LOOKUP.
Fix:
Some typos have been fixed.
The code now uses extern "C" for C++ compilers.
Reorganization:
The examples Makefile has been cleaned up and simplified.
More information about the Webnucleo
mailing list