densearray 0.1.0

N-dimensional dense arrays.
Documentation
1
2
3
4
5
6
# libdensearray

This is a Rust library for N-dimensional dense arrays.

Currently, there are specialized types for N=1 through 4, and linear algebra
methods are defined for N=1 (vectors) and N=2 (matrices).