ST_IO
Read and Write Sparse Triplet (ST) Matrix Files.


ST_IO is a MATLAB program which reads and writes files in the Sparse Triplet (ST) sparse matrix format.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

ST_IO is available in a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

DSP_TO_ST, a FORTRAN90 program which converts a DSP sparse matrix file to ST format.

HB_TO_ST, a MATLAB program which converts a sparse matrix from Harwell-Boeing to sparse triplet format.

MM_TO_ST, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.

MSM_TO_ST, a MATLAB program which writes a MATLAB sparse matrix to a ST Sparse Triplet file;

ST, the format which is used for the input to this program.

ST_TO_DSP, a FORTRAN90 program which converts an ST sparse matrix file to DSP format.

ST_TO_HB, a MATLAB program which converts a sparse matrix file from ST format to HB format (Harwell Boeing format);

ST_TO_MM, a MATLAB program which converts a sparse matrix file from ST format to MM format (Matrix Market format);

ST_TO_MSM, a MATLAB program which reads an ST sparse triplet file and creates a corresponding MATLAB Sparse Matrix.

Source Code:

Examples and Tests:

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


Last revised on 01 November 2008.