st_to_hb


st_to_hb, an Octave code which reads sparse matrix data from an ST (Sparse Triplet) file and writes it to an HB (Harwell-Boeing) file.

Languages:

st_to_hb is available in a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

st_to_hb_test

hb, a data directory of examples of hb files, the harwell boeing sparse matrix file format;

hb_io, an Octave code which reads and writes sparse linear systems stored in the Harwell-Boeing (HB) sparse matrix 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_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.

msm_to_hb, an Octave code which writes a MATLAB sparse matrix (MSM) to a Harwell Boeing (HB) file;

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

st, a data format which is the Sparse Triplet (ST) format for sparse matrices.

st_io, an Octave code which reads and writes sparse linear systems stored in the sparse triplet (ST) format.

st_to_ccs, a c library which converts sparse matrix data from sparse triplet (ST) format to compressed column storage (CCS) format.

st_to_mm, an Octave code which converts a matrix from sparse triplet (ST) format to matrix market (MM) format;

st_to_msm, an Octave code which reads a sparse triplet (ST) file and creates a corresponding MATLAB sparse matrix (MSM).

Reference:

  1. Iain Duff, Roger Grimes, John Lewis,
    User's Guide for the Harwell-Boeing Sparse Matrix Collection,
    October 1992.

Source Code:


Last revised on 04 June 2023.