Prints the values of the data in arr->data in tabular form to file keyfile, with colums separated by the string colsep and rows separated by the string rowsep. One-dimensional arrays are printed as a single row, two-dimansional arrays in column-major i.e. storage order. Arrays of higher dimension are printed as successive tables, each labeled by a header line giving the array index or indices for the corresponding dimension(s) above the 2nd.
Definition at line 282 of file drms_array.c.
|