st_to_hb, a MATLAB code which reads sparse matrix data from an ST (Sparse Triplet) file and writes it to an HB (Harwell-Boeing) file.
The information on this web page is distributed under the MIT license.
st_to_hb is available in a Fortran90 version and a MATLAB version and an Octave version.
hb, a data directory of examples of hb files, the harwell boeing sparse matrix file format;
hb_io, a MATLAB code which reads and writes sparse linear systems stored in the Harwell-Boeing (HB) sparse matrix format.
hb_to_st, a MATLAB code which converts a sparse matrix from Harwell-Boeing (HB) to sparse triplet (ST) format.
hbsmc, a dataset directory which contains the Harwell Boeing sparse matrix collection;
mm_to_hb, a MATLAB code which reads the sparse matrix information from a matrix market (MM) file and writes a corresponding Harwell Boeing (HB) file.
msm_to_hb, a MATLAB code which writes a MATLAB sparse matrix (MSM) to a Harwell Boeing (HB) file;
plasma_matrix, a MATLAB code which demonstrates how a MATLAB sparse matrix (MSM) can be written to or read from a Harwell Boeing (HB) sparse matrix file.
st, a data format which is the Sparse Triplet (ST) format for sparse matrices.
st_io, a MATLAB code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.
st_to_ccs, a c library which converts sparse matrix data from sparse triplet (ST) format to compressed column storage (CCS) format.
st_to_mm, a MATLAB code which converts a matrix from sparse triplet (ST) format to matrix market (MM) format;
st_to_msm, a MATLAB code which reads a sparse triplet (ST) file and creates a corresponding MATLAB sparse matrix (MSM).