BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-array-0.11.0.1@sha256:7d9f4435038b22f542eafb86814fb6ecd4365456b27386613e29e0db2eda723f,3038

Module documentation for 0.11.0.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.11.0.0

  • new operators: indices, sequent, takes, undiag
  • Divisive instance for Array
  • inverse machinery: chol, invtri

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