Crate ndsparse[][src]

Expand description

ndsparse

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

Modules

COO (Coordinate) format for N-dimensions.

CSL (Compressed Sparse Line).

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 ndsparse

Type Definitions

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