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)  

Miscellaneous


Functions

void meml_init (MEML_FLOAT eps, char plot, char verbose)
void meml_matrix_property_get (const ME_MATRIX *A, MEML_INT *row, MEML_INT *col, M_TYPE *type)
void meml_int_qsort (MEML_INT *a, MEML_INT *wohin, MEML_INT l, MEML_INT r)
void meml_float_qsort (MEML_FLOAT *a, MEML_INT *wohin, MEML_INT l, MEML_INT r)
void meml_indexarray_print (const INDEXARRAY *a)

Function Documentation

void meml_float_qsort MEML_FLOAT a,
MEML_INT wohin,
MEML_INT  l,
MEML_INT  r
 

void meml_indexarray_print const INDEXARRAY a  ) 
 

prints the indexarray on screen/sdtout

void meml_init MEML_FLOAT  eps,
char  plot,
char  verbose
 

initializes the MEML library

Parameters:
eps is used by many routines to decide if a value is approximately zero a common choise is 1e-16
plot tells meml which programm should be used for plotting g for gnuplot f for freepdeplot b for both ( freepdeplot and gnuplot) n for none
verbose sets the verbose level for some functions (0 do not verbose anything - 9 tell me everything)

void meml_int_qsort MEML_INT a,
MEML_INT wohin,
MEML_INT  l,
MEML_INT  r
 

void meml_matrix_property_get const ME_MATRIX A,
MEML_INT col,
MEML_INT row,
M_TYPE type
 

Todo:
Reihenfolge col und row vertauschen. Damit aber die Funktion in allen Aufrufen aendern...


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