Crate ndstruct

Source
Expand description

§ndstruct

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

Modules§

coo
COO (Coordinate) format for N-dimensions.
csl
CSL (Compressed Sparse Line).
dense
Dense
doc_tests
Instances for documentation tests or tests.

Structs§

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

Enums§

Error
Contains all errors related to ndstruct

Type Aliases§

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