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>

public interface BanachSpace<E,S> extends Module<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 Details

    • norm

      S norm(E element)
      Returns the norm of an element.
      Parameters:
      element - the element
      Returns:
      ||element||