numhask-array: See readme.md

[ bsd3, library, project ] [ Propose Tags ]

See readme.md for description.


[Skip to Readme]

Modules

[Last Documentation]

  • NumHask
    • NumHask.Accelerate
    • NumHask.Array
      • NumHask.Array.Constraints
      • NumHask.Array.Example
    • NumHask.Shape

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 accelerate, accelerate-llvm, accelerate-llvm-native, adjunctions (>=4.0 && <5), base (>=4.7 && <5), deepseq (>=1.4.2.0 && <2), dimensions, distributive (>=0.4 && <0.6), ghc-typelits-natnormalise (>=0.4 && <0.6), numhask (>=0.1.2 && <0.2), protolude (>=0.1 && <0.3), QuickCheck, 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#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 2018-01-20T04:22:14Z
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 2018-01-20 [all 3 reports]

Readme for numhask-array-0.1.0.0

[back to package description]

numhask-array

Build Status Hackage lts nightly

An experimental array with:

  • a polymorphic container
  • shape specified at the type level
  • Representable instances
  • numhask heirarchy instances

See Examples for the emergent API.

Workflow

pkg_config hack courtesy of accelerate

PKG_CONFIG_PATH=/usr/local/opt/libFFI/lib/pkgconfig stack build --ghc-options -freverse-errors