ge_to_st


ge_to_st, an Octave code which converts a matrix from General (GE) to Sparse Triplet (ST) format.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

ge_to_st is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

ge_to_st_test

ge, a dataset directory which contains instances of the General (GE) matrix file format;

ge_to_ccs, an Octave code which converts a matrix from General (GE) to Compressed Column Storage (CCS) format.

ge_to_crs, an Octave code which converts a matrix from General (GE) to Compressed Row Storage (CRS) format.

r8ge, an Octave code which contains linear algebra routines for r8ge matrices (real, 64 bit, General (GE) format).

r8st, an Octave code which contains linear algebra routines for r8st matrices (real, 64 bit, Sparse Triplet (ST) (I,J,AIJ) format).

st_to_ge, an Octave code which converts a sparse matrix from Sparse Triplet (ST) format to General (GE) format.

Source Code:


Last revised on 16 March 2026.