![]()  | 
                  
                       C3E: Complex Compute Core Engine v1.0 
                      An engine for handling complex computational tasks 
                   | 
                
Represents a mathematical vector. More...
#include <commons.h>
Public Attributes | |
| uint32_t | size | 
| The number of elements in the vector.  | |
| c3e_number * | data | 
| Pointer to the data array containing vector elements.  | |
This structure is used to store a vector, which is a one-dimensional array of numerical values. The vector includes a size attribute indicating the number of elements and a pointer to the data.