BSD-3-Clause licensed by Jed Brown
This version can be pinned in stack with:carray-0.1.6.8@sha256:9f71a6f156ae5228cbd358850fedb214f9906b9d1a5b405ea83eea51840287bf,2648

Module documentation for 0.1.6.8

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.