 | NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classes | Contents | Index |
|
| Algebra.NormedSpace.Maximum | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | numericprelude@henning-thielemann.de |
|
|
|
|
|
| Description |
| Abstraction of normed vector spaces
|
|
|
| Documentation |
|
| class (Real a, C a v) => C a v where |
| | Methods | | | Instances | | C Double Double | | C Float Float | | C Int Int | | C Integer Integer | | (Ord a, C a v0, C a v1) => C a (v0, v1) | | (Ord a, C a v0, C a v1, C a v2) => C a (v0, v1, v2) | | (C a, C a v) => C a (T v) | | (Ord a, C a v) => C a [v] | | (Ord i, Eq a, Eq v, Ord a, C a, C a v) => C a (Map i v) |
|
|
|
| Produced by Haddock version 0.7 |