AerialVehicleControl.jl
|
Matrix object used for all matrix manipulation. More...
#include <cont_types.h>
Data Fields | |
int | numRows |
int | numCols |
double * | pData |
Matrix object used for all matrix manipulation.
Any library, be it CMSIS, LAPACK or something else can be used provided an an interface is provided such that the relevant library functions can be called with the matrix_double_t as an input argument.
Definition at line 50 of file cont_types.h.
int matrix_double_s::numCols |
Number of columns
Definition at line 58 of file cont_types.h.
int matrix_double_s::numRows |
Number of columns
Definition at line 57 of file cont_types.h.
double* matrix_double_s::pData |
Pointer to continuous chuck of memory
Definition at line 59 of file cont_types.h.