Interface RingFactory<C extends RingElem<C>>

    • Method Detail

      • isField

        boolean isField()
        Query if this ring is a field. May return false if it is too hard to determine if this ring is a field.
        Returns:
        true if it is known that this ring is a field, else false.
      • characteristic

        java.math.BigInteger characteristic()
        Characteristic of this ring.
        Returns:
        characteristic of this ring.