Skip to main content

Module primitives

Module primitives 

Source
Expand description

Core compute primitives (Vector, Matrix).

These types provide the foundation for all ML algorithms. Designed for future Trueno integration.

Structsยง

Matrix
A 2D matrix of floating-point values (row-major storage).
Vector
A 1D vector of floating-point values.