Interface RngTheory<E extends RngElement<E>>

All Superinterfaces:
AdditiveAbelianGroupTheory<E>, AdditiveAbelianSemiGroupTheory<E>, AdditiveGroupTheory<E>, AdditiveMonoidTheory<E>, AdditiveSemiGroupTheory<E>, AlgebraicStructureTheory<E>, BasicObjectTheory<E>, ElementTheory<E>, MagmaTheory<E>, MultiplicativeSemiGroupTheory<E>
All Known Subinterfaces:
AbelianRingTheory<E>, CompleteFieldTheory<E>, CompleteScalarFieldTheory<E>, DivisionRingTheory<E>, FieldTheory<E>, RingTheory<E>, ScalarFieldTheory<E>, VectorSpaceTheory<V,S>

public interface RngTheory<E extends RngElement<E>> extends AdditiveAbelianGroupTheory<E>, MultiplicativeSemiGroupTheory<E>
Since:
0.4
Author:
Michiel Meeuwissen
  • Method Details

    • rngOperators

      @Property default void rngOperators(@ForAll("elements") E v1)