RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
matrix_dim_t Struct Reference

A structure to define the row and column number of a matrix. More...

#include <matrix.h>

Data Fields

uint8_t row_num
 the row number
 
uint8_t col_num
 the column number
 

Detailed Description

A structure to define the row and column number of a matrix.

Definition at line 60 of file matrix.h.


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