free_data_matrix
Frees the memory allocated for an Imsls_data_matrix structure.
Synopsis
#include <imsls.h>
void imsls_free_data_matrix (Imsls_data_matrix *data_matrix)
Required Arguments
Imsls_data_matrix *data_matrix (Input)
An Imsls_data_matrix structure.
Description
imsls_free_data_matrix frees the memory allocated for an Imsls_data_matrix structure.
Examples
See imsls_data_read examples 1-4.