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

Module documentation for 0.10.0

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