Patterns in static

Apophenia

Functions
Assorted printing functions

Functions

void apop_vector_print (gsl_vector *data, Output_declares)
 
void apop_vector_show (const gsl_vector *data)
 
void apop_data_print (const apop_data *data, Output_declares)
 
void apop_matrix_print (const gsl_matrix *data, Output_declares)
 
void apop_matrix_show (const gsl_matrix *data)
 

Detailed Description

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.

Function Documentation

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   
)

Print a matrix in float format. You may want to set apop_opts.output_delimiter.

void apop_matrix_show ( const gsl_matrix *  data)

Dump a gsl_matrix to the screen. You may want to set apop_opts.output_delimiter.

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)

Dump a gsl_vector to the screen. You may want to set apop_opts.output_delimiter.

Autogenerated by doxygen on Sun Oct 26 2014 (Debian 0.999b+ds3-2).