Interface NonAssociativeAlgebra<E,S>
- All Superinterfaces:
AbelianGroup<E>, AbelianMonoid<E>, Group<E>, Magma<E>, Module<E,S>, Monoid<E>, Set<E>
A non-associative algebra over a field (or ring).
This interface represents an algebra where the multiplication operation is bilinear but not necessarily associative.
Examples include Lie Algebras and Jordan Algebras.
- 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
-
multiply
-