COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
matrix2d Struct Reference

nxm element 2D matrix More...

#include <matrix.h>

Collaboration diagram for matrix2d:

Public Attributes

uint16_t rows
 Number of rows. More...
 
uint16_t cols
 Number of elements. More...
 
double array [4][4]
 Elements. More...
 

Detailed Description

nxm element 2D matrix

Member Data Documentation

uint16_t matrix2d::rows

Number of rows.

uint16_t matrix2d::cols

Number of elements.

double matrix2d::array[4][4]

Elements.


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