WPILibC++ 2025.1.1
|
Defines a matrix structure for holding double-precision values with data in row-major order (i.e. More...
Public Attributes | |
unsigned int | nrows |
unsigned int | ncols |
double | data [] |
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.
double matd_t::data[] |
unsigned int matd_t::ncols |
unsigned int matd_t::nrows |