SharedMeatAxe  1.0
IntMatrix_t Class Reference

An Integer Matrix. More...

Data Fields

int Nor
 Number of rows. More...
 
int Noc
 Number of colums. More...
 
long * Data
 Marks (row by row). More...
 

Detailed Description

An Integer Matrix.

The IntMatrix_t structure represents a matrix with integer entries. Both Nor and Noc may be zero. In this case, Data ist still a valid pointer, but the memory block it points to has size zero.

Field Documentation

long* IntMatrix_t::Data

Marks (row by row).

int IntMatrix_t::Noc

Number of colums.

int IntMatrix_t::Nor

Number of rows.


The documentation for this class was generated from the following file:

SharedMeatAxe 1.0 documentation, generated on Sat Dec 30 2017 12:13:21