C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
Loading...
Searching...
No Matches
c3e_matrix Struct Reference

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_numberdata
 Pointer to the data array containing matrix elements.
 

Detailed Description

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.


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