#include <matrect.h>
Public Attributes | |
| double** | Mat |
| data storage. | |
| unsigned int | Rno |
| unsigned int | Cno |
| row and column logical size. | |
| unsigned int | Rlen |
| unsigned int | Elen |
| physical length of Mat and Mat[0]. | |
The matrix elements are in row major order in an array pointed to by Mat[0], Mat is Rno long and contains pointers to the matrix rows. The (i,j):th matrix element can be accessed as Matrect_.Mat[i][j].
Definition at line 31 of file matrect.h.
|
|
data storage.
|
|
|
|
|
|
row and column logical size.
|
|
|
|
|
|
physical length of Mat and Mat[0].
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001