optimath 0.3.1

Linear Algebra using const generics for no_std and specialization to enable SIMD.
Documentation
1
2
3
4
struct DynVec<'a, T> {
	inner: &'a [T],
	len: usize,
}