@hackage carray0.1.6.8
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 && <3
- array >=0.1 && <0.6
- base >=4.4 && <5
- binary >=0.5 && <0.9
- bytestring >=0.9 && <0.13
- 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…
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.