SEPAlgebra ========================== .. automodule:: SEPModules.maths.SEPAlgebra .. autodata:: SEPModules.maths.SEPAlgebra.Element .. autodata:: SEPModules.maths.SEPAlgebra.Operator .. autodata:: SEPModules.maths.SEPAlgebra.NoElement .. autodata:: SEPModules.maths.SEPAlgebra.NoElementType Algebraic Structures ----------------------- .. autoclass:: SEPModules.maths.SEPAlgebra.AlgebraicStructure :members: :special-members: __eq__, __lt__, __le__, __gt__, __ge__, __bool__ Semigroup ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.Semigroup :members: Monoid ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.Monoid :members: Group ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.Group :members: Abelian Group ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.AbelianGroup :members: Ring ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.Ring :members: Field ^^^^^^^^^^^^^^ .. autoclass:: SEPModules.maths.SEPAlgebra.Field :members: