#include <mattri.h>
Public Attributes | |
| double** | Mat |
| data storage. | |
| unsigned int | Size |
| logical size. | |
| unsigned int | Rlen |
| unsigned int | Elen |
| physical length of Mat and Mat[0]. | |
Storage is row major order, element access is via Mattri_.Mat[i][j] provided that i>=j.
Definition at line 30 of file mattri.h.
|
|
data storage.
|
|
|
logical size.
|
|
|
|
|
|
physical length of Mat and Mat[0].
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001