@hackage numhask-array0.11.0.0

Multi-dimensional arrays.

This package provides an interface into the numhask API, and both type- and value-level shape manipulation routines. . == Usage . >>> {-# LANGUAGE RebindableSyntax #-} >>> import NumHask.Prelude >>> import NumHask.Array . In situations where shape is only known at runtime, a clear module configuration is: . >>> import NumHask.Array.Shape >>> import qualified NumHask.Array.Fixed as F >>> import qualified NumHask.Array.Dynamic as D