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

Represents a mathematical vector. More...

#include <commons.h>

Public Attributes

uint32_t size
 The number of elements in the vector.
 
c3e_numberdata
 Pointer to the data array containing vector elements.
 

Detailed Description

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.


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