@hackage typelevel-tensor0.2.1
Tensors whose ranks and dimensions type-inferred and type-checked.
Installation
Dependencies (3)
- base >=4 && <5
- QuickCheck >=2
- numeric-prelude >=0.3 Show all…
Dependents (2)
@hackage/Paraiso, @hackage/acme-everything
Package Flags
test
(on by default)
Build the executable to run unit tests
A tensor class for Haskell that can type-infer and type-check over tensor ranks and dimensions. See https://github.com/nushio3/typelevel-tensor/tree/master/example for examples.