Home | About | FAQ | Install | Documentation | To Do | Download | Related Links |
Functions | |
void | meml_matrix_print (const ME_MATRIX *M) |
void | meml_vector_print (const VECTOR *x) |
int | meml_vector_export2dat (const char dateiname[], const int number_of_vectors,...) |
int | meml_vector_import_from_dat (const char filename[], const int number_of_vectors,...) |
ME_MATRIX * | meml_matrix_import_from_dat (const M_TYPE type, const MEML_INT row, const MEML_INT col, const char filename[]) |
|
|
|
prints the matrix on screen/sdtout |
|
saves the vector x in a dat-file The dat-file can be uses to work with gnuplot |
|
|
|
prints the vector on screen/sdtout |