Meta Matrix Library
Home About FAQ Install Documentation To Do Download Related Links


Tutorial   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages (e.g. ToDo)  

import and export of matrics, vectors and indexarrays


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_MATRIXmeml_matrix_import_from_dat (const M_TYPE type, const MEML_INT row, const MEML_INT col, const char filename[])

Function Documentation

ME_MATRIX* meml_matrix_import_from_dat const M_TYPE  type,
const MEML_INT  row,
const MEML_INT  col,
const char  filename[]
 

void meml_matrix_print const ME_MATRIX M  ) 
 

prints the matrix on screen/sdtout

int meml_vector_export2dat const char  dateiname[],
const int  number_of_vectors,
  ...
 

saves the vector x in a dat-file

The dat-file can be uses to work with gnuplot

int meml_vector_import_from_dat const char  filename[],
const int  number_of_vectors,
  ...
 

void meml_vector_print const VECTOR x  ) 
 

prints the vector on screen/sdtout


Generated on Tue Mar 28 14:10:38 2006 by  doxygen 1.4.1