Interface BanachSpace<E,S>
- All Superinterfaces:
AbelianGroup<E>, AbelianMonoid<E>, Group<E>, Magma<E>, Module<E,S>, Monoid<E>, Set<E>
- All Known Subinterfaces:
HilbertSpace<E,S>
Represents a Banach Space.
A Banach space is a complete normed vector space. It is equipped with a norm ||x||.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface AbelianGroup
isCommutative, negate, subtractMethods inherited from interface AbelianMonoid
add, identity, zeroMethods inherited from interface Module
getScalarRing, scale, scaleMethods inherited from interface Monoid
isAssociativeMethods inherited from interface Set
contains, description, isEmpty
-
Method Details
-
norm
-