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

Represents a tensor, a multi-dimensional array of numerical values. More...

#include <commons.h>

Collaboration diagram for c3e_tensor:

Public Attributes

uint32_t dimensions
 The number of dimensions in the tensor.
 
size_t dimension_size
 The size of each dimension.
 
c3e_matrix ** matrices
 Pointer to an array of matrices representing the tensor data.
 
c3e_vectordata
 Pointer to a vector containing the tensor data.
 

Detailed Description

This structure is used to store tensors, which generalize vectors and matrices to higher dimensions. It includes attributes for the number of dimensions, the size of each dimension, and pointers to the data.


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