#include <matd.h>
| Public Attributes | |
| double | data [] | 
| unsigned int | ncols | 
| unsigned int | nrows | 
Defines a matrix structure for holding double-precision values with data in row-major order (i.e. index = row*ncols + col).
nrows and ncols are 1-based counts with the exception that a scalar (non-matrix) is represented with nrows=0 and/or ncols=0.