msm_to_hb, a MATLAB code which accepts a matrix in Matlab sparse matrix (MSM) format and writes it to a file in the Harwell Boeing (HB) Sparse Matrix File Format, the original version being by Xiaoye Li.
The original version has been modified. In particular, an effort was made to allow the input of complex matrices.
The information on this web page is distributed under the MIT license.
msm_to_hb is available in a MATLAB version and an Octave version.
hb_io, a MATLAB code which reads and writes sparse linear systems stored in the Harwell-Boeing (HB) Sparse Matrix format.
hb_to_msm, a MATLAB code which converts a Harwell Boeing (HB) sparse matrix to MATLAB sparse matrix (MSM) format.
mm_to_hb, a MATLAB code which reads the sparse matrix information from an Matrix Market (MM) file and writes a corresponding Harwell Boeing (HB) file.
mm_to_msm, a MATLAB code which reads a Matrix Market (MM) file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix (MSM) data structure.
msm_to_mm, a MATLAB code which writes a MATLAB sparse matrix (MSM) to a Matrix Market (MM) 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_to_hb, a MATLAB code which converts a sparse matrix file from sparse triplet (ST) format to Harwell Boeing (HB) format;
test_matrix, a MATLAB code which defines test matrices with known inverses, determinants, eigenvalues and so on.
Original verson by Xiaoye Li, University of California at Berkeley.
This modified version by John Burkardt.