Uses of Interface
org.episteme.core.mathematics.algebra.spaces.HilbertSpace
Packages that use HilbertSpace
-
Uses of HilbertSpace in org.episteme.core.mathematics.algebra.categories
Classes in org.episteme.core.mathematics.algebra.categories that implement interfaces with type arguments of type HilbertSpaceModifier and TypeClassDescriptionclassRepresents the Category of Hilbert Spaces (Hilb).Methods in org.episteme.core.mathematics.algebra.categories that return HilbertSpaceMethods in org.episteme.core.mathematics.algebra.categories with parameters of type HilbertSpaceModifier and TypeMethodDescriptionHilbertSpacesCategory.hom(HilbertSpace<?, ?> source, HilbertSpace<?, ?> target) Matrix<?> HilbertSpacesCategory.identity(HilbertSpace<?, ?> object) <V,S> S HilbertSpacesCategory.innerProduct(HilbertSpace<V, S> space, V v1, V v2) Computes the inner product between two vectors in a given Hilbert Space.booleanHilbertSpacesCategory.isComplete(HilbertSpace<?, ?> space) Checks if the space is complete (Hilbert space requirement).