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§
- Parallel
Iterator Wrapper - Parallel iterator for Rayon implementation. This is mostly an internal detail.
- Parallel
Producer Wrapper - 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>;