AerialVehicleControl.jl
matrix_double_s Struct Reference

Matrix object used for all matrix manipulation. More...

#include <cont_types.h>

Data Fields

int numRows
 
int numCols
 
double * pData
 

Detailed Description

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.

Field Documentation

◆ numCols

int matrix_double_s::numCols

Number of columns

Definition at line 58 of file cont_types.h.

◆ numRows

int matrix_double_s::numRows

Number of columns

Definition at line 57 of file cont_types.h.

◆ pData

double* matrix_double_s::pData

Pointer to continuous chuck of memory

Definition at line 59 of file cont_types.h.


The documentation for this struct was generated from the following file: