carray

A C-compatible array library.

Version on this page:0.1.6.6
LTS Haskell 22.17:0.1.6.8@rev:2
Stackage Nightly 2024-04-18: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.6@sha256:710f9f50b2ea8b4620239f763f7e9fa3af5fae6691dc269c772241c01c8a8b1d,3014

Module documentation for 0.1.6.6

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.