This chapter contains file opening and closing functions and matrix printing utility functions.
Functions are provided to allow formatted output of
-
(a)general matrices stored in a two-dimensional array (real and complex data types);
-
(b)triangular matrices stored in a packed one-dimensional array (real and complex data types);
-
(c)band matrices stored in a packed two-dimensional array (real and complex data types).
Functions in
(b) and
(c) allow printing of matrices stored in formats used in particular by
Chapters F06 and
F07 of the Library.
By appropriate choice of arguments you can specify titles, labels, maximum output record length, and the format of individual matrix elements. All output is directed to
a specified file, or to stdout.
Functions for reading, writing or appending to files are required for functions with option setting facilities in the library.
None.
The following lists all those functions that have been withdrawn since Mark 24 of the Library or are in the Library, but deprecated.