MSM_TO_HB is a MATLAB library which accepts a Matlab sparse matrix and writes it to a file in the Harwell Boeing Sparse Matrix File Format.
Xiaoye Li
University of California at Berkeley.
HB_IO is a MATLAB library which reads and writes sparse linear systems stored in the Harwell-Boeing Sparse Matrix format.
HB_TO_MSM is a MATLAB program which converts a Harwell Boeing sparse matrix to MATLAB sparse matrix format.
MM_TO_HB is a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding HB Harwell Boeing file.
MM_TO_MSM is a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
MSM_TO_MM, a MATLAB program which writes a MATLAB sparse matrix to a Matrix Market file;
SPARSE is a built-in MATLAB routine which creates and manipulates sparse matrices.
ST_TO_HB, a MATLAB program which converts a sparse matrix file from ST format to HB format (Harwell Boeing format);
TEST_MAT is a FORTRAN90 library which defines test matrices with known inverses, determinants, eigenvalues and so on.
You can go up one level to the MATLAB source codes.