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 Sparse Triplet (ST) file.
hb_to_st ( 'hb_file', 'st_file' )where
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
HB_TO_ST is available in a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.
DSP_TO_ST, a FORTRAN90 program which converts a DSP sparse matrix file to ST format.
HB, a dataset directory which contains a collection of sparse matrices in the HB format.
HB_IO, a MATLAB library which reads and writes Harwell-Boeing files, used by HB_TO_MSM.
HB_TO_MM, a MATLAB program which converts a sparse matrix from Harwell-Boeing to Matrix Market format.
HB_TO_MSM, a MATLAB program which reads an HB file and converts the matrix to MATLAB's sparse matrix 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_HB, 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, the format which is used for the output of this program.
ST_IO, a MATLAB library which reads and writes ST Sparse Triplet files.
ST_TO_DSP, a FORTRAN90 program which converts an ST sparse matrix file to DSP format.
You can go up one level to the MATLAB source codes.