mightrix 0.1.0

A library to treat continous memory as a matrix.
Documentation
1
2
3
4
5
6
# mightrix


The mightrix crate exposes matrix types that let continuous memory be used as
if it where a matrix. The dimensions of the matrix is asserted through const
generics. This way the owned variant of the matrix `Stacktrix` can use
a fixed size array on the stack.