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)  

LS_MATRIX Struct Reference

Der Standard-Matrix-Typ der ssml. More...

#include <ssml.h>


Data Fields

sfelementdata
MEML_INTin_col
MEML_INTin_row
MEML_INT col
MEML_INT row
MEML_INT size
MEML_LINT eintraege


Detailed Description

Der Standard-Matrix-Typ der ssml.


Field Documentation

MEML_INT LS_MATRIX::col
 

Die Anzahl der Spalten der Matrix

sfelement* LS_MATRIX::data
 

Die eigentlichen Daten der Matrix. Er wird erst durch die Funktion initialize_f_nn oder initialize_f_mn nutzbar.

MEML_LINT LS_MATRIX::eintraege
 

Die Anzahl der Eintraege in der Matrix

MEML_INT* LS_MATRIX::in_col
 

Die Anzahl der Elemente der Matrix in einer Spalte

MEML_INT* LS_MATRIX::in_row
 

Die Anzahl der Elemente der Matrix in einer Zeile

MEML_INT LS_MATRIX::row
 

Die Anzahl der Zeilen der Matrix

MEML_INT LS_MATRIX::size
 

max(col,row)


The documentation for this struct was generated from the following file:
Generated on Tue Mar 28 14:10:38 2006 by  doxygen 1.4.1