Crate n_array

Source
Expand description

A library for managing n-dimensional arrays in rust.

Structsยง

  • An arbitrary n-dimensional array. Dimensions is the number of dimensions, magnitudes contains the size of each dimension, and data contains the data for the array.