numhask-array: Multi-dimensional arrays.

[ bsd3, library, project ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.3, 0.3.0.1, 0.4.0.0, 0.5.0.0, 0.5.1, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1, 0.10.2, 0.11.0.0, 0.11.0.1
Change log ChangeLog.md
Dependencies adjunctions (>=4.0 && <5), base (>=4.11 && <5), distributive (>=0.4 && <0.7), numhask (>=0.11 && <0.12), vector (>=0.10 && <0.14) [details]
License BSD-3-Clause
Copyright Tony Day
Author Tony Day
Maintainer tonyday567@gmail.com
Category project
Home page https://github.com/tonyday567/numhask-array#readme
Bug tracker https://github.com/tonyday567/numhask-array/issues
Source repo head: git clone https://github.com/tonyday567/numhask-array
Uploaded by tonyday567 at 2023-07-26T04:32:59Z
Distributions LTSHaskell:0.11.0.1, NixOS:0.11.0.1, Stackage:0.11.0.1
Reverse Dependencies 6 direct, 5 indirect [details]
Downloads 6905 total (68 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-26 [all 1 reports]