[][src]Crate ndsparse

ndsparse

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

Modules

coo

COO (Coordinate) format for N-dimensions.

csl

CSL (Compressed Sparse Line).

doc_tests

Instances for documentation tests or tests.

Structs

ArrayWrapper

Arbitrary length array wrapper. This structure is necessary for third-party and std implementations.

ParallelIteratorWrapper

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

ParallelProducerWrapper

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