sparsekit_test


sparsekit_test, a Fortran90 code which calls sparsekit(), which carries out a number of operations on sparse matrices, particularly conversion between various sparse formats.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

sparsekit, a Fortran90 code which carries out a number of operations on sparse matrices, particularly conversion between various sparse formats.

Source Code:

Sample problem 1:

Sample problem 2:

Sample problem 3:

Sample problem 4 takes a banded matrix of order 16, stored as a dense matrix, converts it to CSR format and sorted CSR format.

Sample problem 5:

Sample problem 6:

Sample problem 7:

Sample problem 8 generates three sample matrices from the Zlatev set, and writes them to Harwell-Boeing format files:

Sample problem 9:

Sample problem 10:

Sample problem 11:

Sample problem 12:

Sample problem 13:

Sample problem 14 generates a sample CSR matrix and converts it to an NCF (nonsymmetric coordinate format) used by NSPCG.

List of Routines:

You can go up one level to the Fortran90 source codes.


Last revised on 30 August 2005.