C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
|
Represents a mathematical matrix. More...
#include <commons.h>
Public Attributes | |
uint32_t | rows |
The number of rows in the matrix. | |
uint32_t | cols |
The number of columns in the matrix. | |
c3e_number * | data |
Pointer to the data array containing matrix elements. | |
This structure is used to store a matrix, which is a two-dimensional array of numerical values. The matrix includes attributes for the number of rows and columns, and a pointer to the data.