MM_TO_HB is a MATLAB library which reads the information stored in a Matrix Market file, and writes it to a corresponding Harwell-Boeing 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
HB, a data directory which contains examples of HB files, the Harwell Boeing sparse matrix file format;
HB_IO, a MATLAB library which reads and writes sparse linear systems stored in the Harwell-Boeing Sparse Matrix format.
HB_TO_MM, a MATLAB program which reads an HB file and writes a corresponding MM file.
HBSMC, a dataset directory which contains matrices stored in the Harwell-Boeing format.
MM, a data directory which contains examples of Matrix Market (MM) files for sparse matrices.
MM_IO, a MATLAB library which reads and writes sparse linear systems stored in the Matrix Market format.
MM_TO_HB, 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, a MATLAB program which reads a Matrix Market file defining a sparse matrix, and creates a corresponding MATLAB sparse matrix data structure.
MM_TO_ST, a MATLAB program which reads the sparse matrix information from an MM Matrix Market file and writes a corresponding ST Sparse Triplet file.
You can go up one level to the MATLAB source codes.