slap_io_test
slap_io_test,
a MATLAB code which
calls slap_io(), which
reads and writes files in the slap sparse matrix format, used by
slap, the Sparse Linear Algebra Package.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
slap_io,
a MATLAB code which
reads and writes sparse matrix files in the slap format;
Source Code:
-
slap_io_test01.m,
writes the file a5by5.slap.
-
slap_io_test02.m,
reads the file a5by5.slap.
-
slap_io_test03.m,
writes the file a5by5_sym.slap.
-
slap_io_test04.m,
reads the file a5by5_sym.slap.
-
a5by5.slap,
a 5 by 5 matrix, right hand side, and solution, created by one routine
in the calling program and read by another.
-
a5by5_sym.slap,
a 5 by 5 symmetric matrix, right hand side, and solution,
created by one routine in the calling program and read by another.
Last revised on 07 January 2019.