Interface BanachAlgebra<E,F>
- All Superinterfaces:
AbelianGroup<E>, AbelianMonoid<E>, Algebra<E,F>, Group<E>, Magma<E>, Module<E, F>, Monoid<E>, Ring<E>, Semiring<E>, Set<E>
- All Known Subinterfaces:
CStarAlgebra<E,F>
Represents a Banach algebra - a complete normed algebra.
A Banach algebra is an algebra that is also a Banach space, where the norm satisfies: ||xy|| ≤ ||x|| ||y||
- 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, isCommutative, zeroMethods inherited from interface Module
getScalarRing, scale, scaleMethods inherited from interface Monoid
isAssociativeMethods inherited from interface Semiring
isMultiplicationCommutative, one, powMethods inherited from interface Set
contains, description, isEmpty
-
Method Details
-
norm
Returns the norm of the given element. -
identity
-
inverse
-
isInvertible
Checks if an element is invertible.
-