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)  

CR_MATRIX Struct Reference

a compressed row sparse matrix. More...

#include <crfl.h>


Data Fields

MEML_INTrow
MEML_INTcolumn
MEML_FLOATdata
MEML_INT number_of_data
MEML_INT rows
MEML_INT cols
MEML_INT size


Detailed Description

a compressed row sparse matrix.


Field Documentation

MEML_INT CR_MATRIX::cols
 

Die Anzahl der Spalten der Matrix

MEML_INT* CR_MATRIX::column
 

MEML_FLOAT* CR_MATRIX::data
 

MEML_INT CR_MATRIX::number_of_data
 

MEML_INT* CR_MATRIX::row
 

MEML_INT CR_MATRIX::rows
 

Die Anzahl der Zeilen der Matrix

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