C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
|
A structure representing a tuple of two matrices. More...
#include <commons.h>
Public Attributes | |
c3e_matrix * | a |
Pointer to the first matrix in the tuple. | |
c3e_matrix * | b |
Pointer to the second matrix in the tuple. | |
This structure is typically used in operations where pairs of matrices are needed, such as matrix multiplication.