Uses of Interface
org.episteme.core.mathematics.algebra.Algebra
Packages that use Algebra
-
Uses of Algebra in org.episteme.core.mathematics.algebra.algebras
Subinterfaces of Algebra in org.episteme.core.mathematics.algebra.algebrasModifier and TypeInterfaceDescriptioninterfaceBanachAlgebra<E,F> Represents a Banach algebra - a complete normed algebra.interfaceCStarAlgebra<E,F> Represents a C*-algebra (C-star algebra).interfaceGradedAlgebra<E,F> Represents a graded algebra - an algebra that can be decomposed into a direct sum of subspaces indexed by a grading group (typically integers).interfaceLieAlgebra<E,S> Represents a Lie Algebra.Classes in org.episteme.core.mathematics.algebra.algebras that implement AlgebraModifier and TypeClassDescriptionclassA concrete Lie Algebra where elements are square matrices and the bracket is the commutator [A, B] = AB - BA.