BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-array-0.10.1@sha256:c3a49027d8344475fc556eed0c7542c20740d0c073ddb1f48d64dee597352cae,1730

Module documentation for 0.10.1

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