@hackage comfort-array-shape0.0
Additional shape types for the comfort-array package
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
- 0.0 Fri, 22 Dec 2023
Installation
Tested Compilers
Dependencies (11)
- base >=4.5 && <5
- comfort-array >=0.5 && <0.6
- fixed-length >=0.2 && <0.3
- tfp >=1.0.2 && <1.1
- utility-ht >=0.0.10 && <0.1 Show all…
Dependents (3)
@hackage/interpolation, @hackage/lapack, @hackage/hmm-lapack
Some extra array shape types
additional to the ones in the comfort-array package.
These require some more package dependencies
and use type-encoded natural numbers.
Static.ZeroBased: LikeShape.ZeroBasedbut with type-encoded number as size.Simplex: Simplices of any dimension, where the dimension is encoded in the type. Only a private module for demonstration. Production-ready implementation incomfort-array.