Most
functions in the IMSL C Numerical Library do not print any of the
results; the output is returned in C variables. You can print the
results yourself.
The IMSL C Numerical Library contains some special functions just
for printing arrays. For example, both imsl_f_write_matrix(C/Math)
and imsls_f_write_matrix(C/Stat) are convenient functions for printing
matrices of type float. See
Chapter 11, "Printing Functions," for detailed descriptions
of these functions.