@hackage carray0.1.4
A C-compatible array library.
Deprecated
Dependencies (6)
- array
- base <4
- binary
- bytestring
- ix-shapable
- syb >=0.1 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)
array was in base < 3
bytestringinbase
(on by default)
bytestring was included in base for 2.0 and 2.1
base4
(on by default)
syb was split from base >= 4
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.