Access functions on matrices 
They are implemented as macros.
- Macro: int matrix_get_maxrows (const matrix_t* mat)
- Return the maximum number of rows the matrix can contains. The active
rows are always located in the first mat->nbrowscolumns.
- Macro: bool matrix_is_sorted (const matrix_t* mat)
- Tests if the matrix is sorted (this is only an access function).
  
This document was generated
on October, 27  2006
using texi2html