Module matrix

Source

Macrosยง

f32c ๐Ÿ”’
impl_basic_dim ๐Ÿ”’

Structsยง

MatrixBorrowed ๐Ÿ”’
A D-dimensional, borrowed matrix.
MatrixBorrowedMut ๐Ÿ”’
A D-dimensional, mutably borrowed matrix.
MatrixOwned ๐Ÿ”’
A D-dimensional, heap-allocated matrix.
MatrixZero ๐Ÿ”’
A D-dimensional matrix borrowed from a ZeroSlice.

Functionsยง

unrolled_dot_1 ๐Ÿ”’
Compute the dot product of an aligned and an unaligned f32 slice.
unrolled_dot_2 ๐Ÿ”’
Compute the dot product of two unaligned f32 slices.