plasma_matrix, a MATLAB code which demonstrates how a MATLAB sparse matrix can be written to a Harwell-Boeing sparse matrix file for storage or transfer, and then later retrieved.
The computer code and data files described and made available on this web page are distributed under the MIT license
plasma_matrix is available in a MATLAB version.
hb_io, a MATLAB code which reads and writes sparse linear systems stored in the Harwell-Boeing Sparse Matrix format.
hb_to_msm, a MATLAB code which converts a Harwell Boeing sparse matrix to MATLAB sparse matrix format.
mm_to_hb, a MATLAB code which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.
mm_to_msm, a MATLAB code which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
msm_to_hb, a MATLAB code which writes a MATLAB sparse matrix to a Harwell Boeing (HB) file, by Xiaoye Li.
msm_to_mm, a MATLAB code which writes a MATLAB sparse matrix to a Matrix Market (MM) file;
st_to_hb, a MATLAB code which converts a sparse matrix file from ST format to Harwell Boeing (HB) format;
test_mat, a MATLAB code which defines test matrices with known inverses, determinants, eigenvalues and so on.
James Cheung wrote the code that defines the plasma matrix.