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