CNLMath : Introduction : Printing Results
Printing Results
Most functions in the IMSL C Math Library do not print any of the results; the output is returned in C variables.
The IMSL C Math Library contains some special functions just for printing arrays. For example, write_matrix is a convenient function for printing matrices of type float. See Printing Functions for detailed descriptions of these functions.