@hackage carray0.1.2
A C-compatible array library.
Deprecated
Dependencies (4)
- array
- base <2.0 || >=3
- binary
- bytestring Show all…
Dependents (19)
@hackage/netlib-carray, @hackage/htune, @hackage/testing-tensor, @hackage/accelerate-fftw, @hackage/acme-everything, @hackage/emd, Show all…
Package Flags
splitbase(on by default)
bytestringinbase(on by default)
A C-compatible array library.
Provides both an immutable and mutable (in the IO monad) interface. Includes utilities for multi-dimensional arrays, slicing and norms. Memory is 16-byte aligned by default to enable use of SIMD instructions.