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

A structure representing a tuple of two matrices. More...

#include <commons.h>

Collaboration diagram for c3e_matrix_tuple:

Public Attributes

c3e_matrixa
 Pointer to the first matrix in the tuple.
 
c3e_matrixb
 Pointer to the second matrix in the tuple.
 

Detailed Description

This structure is typically used in operations where pairs of matrices are needed, such as matrix multiplication.


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