| Copyright | (c) Justus Sagemüller 2017 |
|---|---|
| License | GPL v3 |
| Maintainer | (@) jsagemue $ uni-koeln.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.LazyHash.Numerical
Contents
Description
Documentation
Orphan instances
| (Hash h, Hashable h n, Floating n) => Floating (Prehashed h n) Source # | |
| (Hash h, Hashable h n, Fractional n) => Fractional (Prehashed h n) Source # | |
| (Hash h, Hashable h n, Num n) => Num (Prehashed h n) Source # | |
| (Hash h, Hashable h x, AffineSpace x, Hashable h (Diff x)) => AffineSpace (Prehashed h x) Source # | |
| (Hash h, Hashable h v, VectorSpace v) => VectorSpace (Prehashed h v) Source # | |
| (Hash h, Hashable h v, InnerSpace v, Hashable h (Scalar v)) => InnerSpace (Prehashed h v) Source # | |
| (Hash h, Hashable h v, AdditiveGroup v) => AdditiveGroup (Prehashed h v) Source # | |