carray

A C-compatible array library.

Version on this page:0.1.6.4
LTS Haskell 22.17:0.1.6.8@rev:2
Stackage Nightly 2024-04-14:0.1.6.8@rev:2
Latest on Hackage:0.1.6.8@rev:2

See all snapshots carray appears in

BSD-3-Clause licensed by Jed Brown
This version can be pinned in stack with:carray-0.1.6.4@sha256:759d8d095a5ade851ff40c5e36d25b477ff7ee2f5fef75b559a53fd71c6835e6,3013

Module documentation for 0.1.6.4

Used by 2 packages in nightly-2016-07-09(full list with versions):

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.