The apop_*_print
functions will print to screen, text file, or database, depending on how you set
.output_type. The apop_*_show
functions print only to screen, and are basically just a convenience shell to the corresponding apop_*_print
function.
void apop_data_print |
( |
const apop_data * |
data, |
|
|
Output_declares |
|
|
) |
| |
Print an apop_data set to a file, the database, or the screen, as determined by the
.output_type.
void apop_matrix_print |
( |
const gsl_matrix * |
data, |
|
|
Output_declares |
|
|
) |
| |
void apop_matrix_show |
( |
const gsl_matrix * |
data | ) |
|
void apop_vector_print |
( |
gsl_vector * |
data, |
|
|
Output_declares |
|
|
) |
| |
Print a vector in float format. You may want to set apop_opts.output_delimiter; the default is a tab, which puts the vector on one line, but a newline would print the vector vertically.
void apop_vector_show |
( |
const gsl_vector * |
data | ) |
|
Autogenerated by doxygen on Wed Oct 15 2014 (Debian 0.999b+ds3-2).