HB_TO_ST
Harwell Boeing Sparse Matrix File
converted to
ST Sparse Triplet File


HB_TO_ST is a MATLAB program which accepts the name of a file containing a sparse matrix in the Harwell Boeing Sparse Matrix File Format, and which reads that data and writes a corresponding ST Sparse Triplet file.

Usage:

hb_to_st ( 'hb_file', 'st_file' )
where

Licensing:

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

Related Data and Programs:

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

HB is a dataset directory which contains a collection of sparse matrices in the HB format.

HB_IO is a MATLAB library which reads and writes Harwell-Boeing files, used by HB_TO_MSM.

HB_TO_MM is a MATLAB program which converts a sparse matrix from Harwell-Boeing to Matrix Market format.

HB_TO_MSM is a MATLAB program which reads an HB file and converts the matrix to MATLAB's sparse matrix format.

HB_TO_ST is available in a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

MM_TO_ST is 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_HB is a MATLAB program which converts a MATLAB sparse matrix into a Harwell-Boeing file.

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

ST is the format which is used for the output of this program.

ST_IO is a MATLAB library which reads and writes ST Sparse Triplet files.

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

Reference:

  1. Iain Duff, Roger Grimes, John Lewis,
    User's Guide for the Harwell-Boeing Sparse Matrix Collection,
    October 1992.

Source Code:

Examples and Tests:

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


Last revised on 06 February 2010.