The latest version of numhask-array is 0.11.1.0-0.
numhask-array
Version 0.10.0 revision 0 uploaded by tonyday567.
Package meta
- Synopsis
- Multi-dimensional arrays.
- Description
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
- Author
- Tony Day
- Bug reports
- https://github.com/tonyday567/numhask-array/issues
- Category
- project
- Copyright
- Tony Day
- Homepage
- https://github.com/tonyday567/numhask-array#readme
- Maintainer
- tonyday567@gmail.com
- Package URL
- n/a
- Stability
- n/a