Crate n_array [] [src]

A library for managing n-dimensional arrays in rust.

Structs

NArray

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.