Safe Haskell | None |
---|---|
Language | Haskell2010 |
NumHask.Analysis.Banach
Description
Metric classes
Synopsis
- class (ExpField (Actor h), Normed h (Actor h), DivisiveAction h) => Banach h where
- normalizeL1 :: h -> h
- normalizeL2 :: h -> h
- class Distributive (Actor h) => Hilbert h where
Documentation
class (ExpField (Actor h), Normed h (Actor h), DivisiveAction h) => Banach h where Source #
Banach (with Norm) laws form rules around size and direction of a number, with a potential crossing into another codomain.
a == singleton zero || normalizeL2 a *. normL2 a == a
Minimal complete definition
Nothing