Expand description

ndstruct

This crate provides structures to store and retrieve N-dimensional data.

Modules

COO (Coordinate) format for N-dimensions.

CSL (Compressed Sparse Line).

Dense

Instances for documentation tests or tests.

Structs

Parallel iterator for Rayon implementation. This is mostly an internal detail.

Parallel producer for Rayon implementation. This is mostly an internal detail.

Enums

Contains all errors related to ndstruct

Type Definitions

Shorcut of core::result::Result<T, ndstruct::Error>;