Crate ndstruct

source ·
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

Enums

  • Contains all errors related to ndstruct

Type Aliases

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