BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-array-0.10.2@sha256:4ef1cf90d6140de0b66d0781dfd10e9e2b977fec02fe58e0249ef73d2de8071f,1905

Module documentation for 0.10.2

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

Changes

0.9.2

  • fixes for numhask-0.9

0.9.1

  • GHC 9.0.1 support
  • API fixes

0.8.0

0.7.0

  • GHC 8.10.1 support