| MeatAxe 2.4 | 
An Integer Matrix. More...
| Data Fields | |
| int | Nor | 
| Number of rows. | |
| int | Noc | 
| Number of colums. | |
| long * | Data | 
| Marks (row by row). | |
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. 
| long* IntMatrix_t::Data | 
Marks (row by row).
| int IntMatrix_t::Noc | 
Number of colums.
| int IntMatrix_t::Nor | 
Number of rows.