ndarray
ndarray
is a Rust crate that provides an n-dimensional array type
for general elements and for numerics. Arrays are n-dimensional, so they can
represent vectors (1 axis), matrices (2 axes), etc., to n axes. ndarray
provides methods for n-dimensional slicing, iteration, view-taking, and some
mathematical operations. I am a primary contributor to ndarray
.
-
Implementing Improved Slicing in
ndarray
0.11Implementation of combined slicing and subviews as a single operation in
ndarray
0.11.0 -
ndarray
0.11Changes in
ndarray
0.11.0, including improved slicing