numhask-array: See readme.md

[ bsd3, library, project ] [ Propose Tags ]

See readme.md for description.


[Skip to Readme]

Modules

[Last Documentation]

  • NumHask
    • NumHask.Array
      • NumHask.Array.Constraints
      • NumHask.Array.Example

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
Dependencies adjunctions (>=4.0 && <5), base (>=4.7 && <5), distributive (>=0.4 && <0.6), ghc-typelits-natnormalise (>=0.4 && <0.6), numhask (>=0.1.2 && <0.2), protolude (>=0.1 && <0.3), singletons (>=2.0 && <3), typelits-witnesses (>=0.2 && <0.3), vector (>=0.10 && <0.13) [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
Source repo head: git clone https://github.com/tonyday567/numhask-array
Uploaded by tonyday567 at 2017-09-09T04:05:18Z
Distributions LTSHaskell:0.11.0.1, NixOS:0.11.0.1, Stackage:0.11.0.1
Reverse Dependencies 6 direct, 5 indirect [details]
Downloads 6930 total (67 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-09-09 [all 3 reports]

Readme for numhask-array-0.0.1

[back to package description]

numhask-array

Build Status Hackage lts nightly

An experimental array with:

  • shape specified at the type level in n-dimensions
  • a vector backend
  • Representable instances
  • numhask heirarchy instances

See Examples for the emergent API.