This is a (still incomplete) implementation of Sparse N-Dimensional Arrays based off of GSL's SPMatrix.
- allocate
- free
- get
- get variadic
- set
- set variadic
- IncrementAt
- Fill value
- Addition
- Subtraction
- Simple Multiplication
- map 1/x
- Multiplication with nonzero fill values
- reduce one dimension by a given funcion
- copy
- CCS compress
- Extraction of dimensions
- Reshape
- Flatten
- Partition
- Subarray extract
- Views
(PRs welcome!)