numhask-array: Multi-dimensional arrays.

[ bsd3, library, math ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.11.1.0
Change log ChangeLog.md
Dependencies adjunctions (>=4.0 && <5), base (>=4.14 && <5), distributive (>=0.4 && <0.7), numhask (>=0.11 && <0.13), vector (>=0.12.3 && <0.14) [details]
Tested with ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.5
License BSD-3-Clause
Copyright Tony Day (c) 2016
Author Tony Day
Maintainer tonyday567@gmail.com
Category math
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 2024-07-27T07:45:50Z
Distributions LTSHaskell:0.11.1.0, NixOS:0.11.0.1, Stackage:0.11.1.0
Reverse Dependencies 6 direct, 5 indirect [details]
Downloads 7401 total (112 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-07-27 [all 1 reports]