@hackage easytensor0.3.1.0
Pure, type-indexed haskell vector, matrix, and tensor library.
Categories
License
BSD-3-Clause
Maintainer
chirkin@arch.ethz.ch
Links
Versions
Installation
Dependencies (4)
- base >=4.9 && <5
- dimensions
- ghc-prim >=0.5
- ghcjs-base >=0.2.0.0 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/easytensor-vulkan
Package Flags
unsafeindices
(off by default)
Disable bound checks when accessing elements of a tensormatrixvector.
Pure, type-indexed haskell vector, matrix, and tensor library. Features dimensionality type-checking for all operations. Generic n-dimensional versions are implemented using low-level prim ops. Allows ad-hoc replacement with fixed low-dimensionality vectors and matrices without changing user interface.