Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Structure to hold the matrix and dimensions. More...
Data Fields | |
uint8_t * | a |
matrix as a flattened 1D row-major array | |
uint8_t | N |
number of elements | |
uint8_t | N2 |
block of elements | |
Structure to hold the matrix and dimensions.