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)  

ND_MATRIX Struct Reference

#include <sdml.h>


Data Fields

MEML_FLOATdata
MEML_INT col
MEML_INT row
MEML_INT size


Detailed Description

Eine dicht besetzte Matrix ohne besondere Struktur.


Field Documentation

MEML_INT ND_MATRIX::col
 

Die Anzahl der Spalten der Matrix

MEML_FLOAT* ND_MATRIX::data
 

Die eigentlichen Daten der Matrix. Er wird erst durch die Funktion initialize_d_nn oder initialize_d_mn nutzbar.

MEML_INT ND_MATRIX::row
 

Die Anzahl der Zeilen der Matrix

MEML_INT ND_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