densearray 0.1.0

N-dimensional dense arrays.
Documentation

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).