@hackage carray0.1.6.4
A C-compatible array library.
Categories
License
BSD-3-Clause
Maintainer
Jed Brown <jed@59A2.org>, Henning Thielemann <fft@henning-thielemann.de>
Links
Versions
Installation
Dependencies (7)
- QuickCheck >=2.4 && <2.9
- array >=0.1 && <0.6
- base >=3
- binary >=0.5 && <0.9
- bytestring >=0.9 && <0.11
- ix-shapable >=0.1 && <0.2 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
(off 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 vector instructions.