Routine |
Mark of Introduction |
Purpose |
|---|---|---|
| x04aaf | 7 | nagf_file_set_unit_error Return or set unit number for error messages |
| x04abf | 7 | nagf_file_set_unit_advisory Return or set unit number for advisory messages |
| x04acf | 19 | nagf_file_open Open unit number for reading, writing or appending, and associate unit with named file |
| x04adf | 19 | nagf_file_close Close file associated with given unit number |
| x04baf | 12 | nagf_file_line_write Write formatted record to external file |
| x04bbf | 12 | nagf_file_line_read Read formatted record from external file |
| x04caf | 14 | nagf_file_print_matrix_real_gen Print real general matrix (easy-to-use) |
| x04cbf | 14 | nagf_file_print_matrix_real_gen_comp Print real general matrix (comprehensive) |
| x04ccf | 14 | nagf_file_print_matrix_real_packed Print real packed triangular matrix (easy-to-use) |
| x04cdf | 14 | nagf_file_print_matrix_real_packed_comp Print real packed triangular matrix (comprehensive) |
| x04cef | 14 | nagf_file_print_matrix_real_band Print real packed banded matrix (easy-to-use) |
| x04cff | 14 | nagf_file_print_matrix_real_band_comp Print real packed banded matrix (comprehensive) |
| x04daf | 14 | nagf_file_print_matrix_complex_gen Print complex general matrix (easy-to-use) |
| x04dbf | 14 | nagf_file_print_matrix_complex_gen_comp Print complex general matrix (comprehensive) |
| x04dcf | 14 | nagf_file_print_matrix_complex_packed Print complex packed triangular matrix (easy-to-use) |
| x04ddf | 14 | nagf_file_print_matrix_complex_packed_comp Print complex packed triangular matrix (comprehensive) |
| x04def | 14 | nagf_file_print_matrix_complex_band Print complex packed banded matrix (easy-to-use) |
| x04dff | 14 | nagf_file_print_matrix_complex_band_comp Print complex packed banded matrix (comprehensive) |
| x04eaf | 14 | nagf_file_print_matrix_integer Print integer matrix (easy-to-use) |
| x04ebf | 14 | nagf_file_print_matrix_integer_comp Print integer matrix (comprehensive) |