NAG Toolbox
X04 – Input/Output Utilities
X04 Introduction
x04aa
– Return or set unit number for error messages
nag_file_set_unit_error
– x04aa
x04ab
– Return or set unit number for advisory messages
nag_file_set_unit_advisory
– x04ab
x04ac
– Open unit number for reading, writing or appending, and associate unit with named file
nag_file_open
– x04ac
x04ad
– Close file associated with given unit number
nag_file_close
– x04ad
x04ba
– Write formatted record to external file
nag_file_line_write
– x04ba
x04bb
– Read formatted record from external file
nag_file_line_read
– x04bb
x04ca
– Print real general matrix (easy-to-use)
nag_file_print_matrix_real_gen
– x04ca
x04cb
– Print real general matrix (comprehensive)
nag_file_print_matrix_real_gen_comp
– x04cb
x04cc
– Print real packed triangular matrix (easy-to-use)
nag_file_print_matrix_real_packed
– x04cc
x04cd
– Print real packed triangular matrix (comprehensive)
nag_file_print_matrix_real_packed_comp
– x04cd
x04ce
– Print real packed banded matrix (easy-to-use)
nag_file_print_matrix_real_band
– x04ce
x04cf
– Print real packed banded matrix (comprehensive)
nag_file_print_matrix_real_band_comp
– x04cf
x04da
– Print complex general matrix (easy-to-use)
nag_file_print_matrix_complex_gen
– x04da
x04db
– Print complex general matrix (comprehensive)
nag_file_print_matrix_complex_gen_comp
– x04db
x04dc
– Print complex packed triangular matrix (easy-to-use)
nag_file_print_matrix_complex_packed
– x04dc
x04dd
– Print complex packed triangular matrix (comprehensive)
nag_file_print_matrix_complex_packed_comp
– x04dd
x04de
– Print complex packed banded matrix (easy-to-use)
nag_file_print_matrix_complex_band
– x04de
x04df
– Print complex packed banded matrix (comprehensive)
nag_file_print_matrix_complex_band_comp
– x04df
x04ea
– Print integer matrix (easy-to-use)
nag_file_print_matrix_integer
– x04ea
x04eb
– Print integer matrix (comprehensive)
nag_file_print_matrix_integer_comp
– x04eb
X03
X05