mm_to_hb, a MATLAB code which reads the information stored in a Matrix Market (MM) file, and writes it to a corresponding Harwell-Boeing (HB) sparse matrix file.
It is conceivable that the Matrix Market file will include (unnecessary) information associated with zero entries of the matrix. MM_TO_HB() will automatically drop such information from the Harwell-Boeing file that it creates.
mm_to_hb ( 'input.mm', 'output.hb' )where
The information on this web page is distributed under the MIT license.
mm_to_hb is available in a MATLAB version and an Octave version.
hb, a data directory which contains examples of the Harwell Boeing (HB) 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_mm, a MATLAB code which reads a Harwell Boeing (HB) sparse matrix file and writes a corresponding matrix market (MM) file.
hbsmc, a dataset directory which contains matrices stored in the Harwell-Boeing (HB) format.
mm, a data directory which contains examples of Matrix Market (MM) files for sparse matrices.
mm_io, a MATLAB code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.
mm_to_msm, a MATLAB code which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix (MSM) data structure.
mm_to_st, a MATLAB code which reads the sparse matrix information from a Matrix Market (MM) file and writes a corresponding Sparse Triplet (ST) 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.