@hackage easytensor2.1.1.1
Pure, type-indexed haskell vector, matrix, and tensor library.
Categories
License
BSD-3-Clause
Maintainer
achirkin@users.noreply.github.com
Links
Versions
Installation
CustomDependencies (3)
- base >=4.11 && <5
- constraints-deriving >=1.1.1.0 && <2
- dimensions >=2 && <3 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/easytensor-vulkan
Package Flags
unsafeindices
(off by default)
Disable bound checks when accessing elements of a tensor, matrix, or vector.
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. Please see the README on GitHub at https://github.com/achirkin/easytensor#readme