hb_to_mm


hb_to_mm, an Octave code which accepts a file containing a sparse matrix in the Harwell Boeing (HB) Sparse Matrix File Format, and which reads that data and writes a corresponding Matrix Market (MM) sparse matrix file.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

hb_to_mm is available in a MATLAB version and an Octave version.

Related Data and Programs:

hb_to_mm_test

hb, a dataset directory which contains a collection of sparse matrices in the Harwell Boeing (HB) format.

hb_io, an Octave code which reads and writes Harwell Boeing (HB) files.

hb_to_msm, an Octave code which converts a sparse matrix stored in a Harwell Boeing (HB) file to MATLAB sparse matrix (MSM) format;

hb_to_st, an Octave code which converts a sparse matrix from Harwell Boeing (HB) to sparse triplet (ST) format.

hbsmc, a dataset directory which contains the Harwell Boeing Sparse Matrix Collection;

mm, a data directory which contains a description and examples of the Matrix Market (MM) format for storing matrices.

mm_io, an Octave code which reads and writes sparse linear systems stored in the Matrix Market (MM) format.

mm_to_hb, an Octave code which reads the sparse matrix information from a Matrix Market (MM) file and writes a corresponding Harwell Boeing (HB) file.

plasma_matrix, an Octave code which demonstrates how a large MATLAB sparse matrix (MSM) can be written to or read from a Harwell Boeing (HB) sparse matrix file.

Reference:

  1. Iain Duff, Roger Grimes, John Lewis,
    User's Guide for the Harwell-Boeing Sparse Matrix Collection,
    October 1992.
  2. Ronald Boisvert, Roldan Pozo, Karin Remington,
    The Matrix Market Exchange Formats: Initial Design,
    National Institute of Standards and Technology,
    NISTIR 5935, December 1996.

Source Code:


Last revised on 05 June 2023.