sealed class Ring[E] extends Stringifiable[E] with IParser[E] with RingSupport[E] with Serializable

Simple wrapper around Ring used to unify IPolynomialRing and Ring

Linear Supertypes
Serializable, Serializable, RingSupport[E], IParser[E], Stringifiable[E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ring
  2. Serializable
  3. Serializable
  4. RingSupport
  5. IParser
  6. Stringifiable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ring(theRing: rings.Ring[E])

    theRing

    the Ring

Type Members

  1. final type ElementType = E

    Element type

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int, g: Int): (E, E, E, E, E, E, E)
  5. final def apply(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int): (E, E, E, E, E, E)
  6. final def apply(a: Int, b: Int, c: Int, d: Int, e: Int): (E, E, E, E, E)
  7. final def apply(a: Int, b: Int, c: Int, d: Int): (E, E, E, E)
  8. final def apply(a: Int, b: Int, c: Int): (E, E, E)
  9. final def apply(a: Int, b: Int): (E, E)
  10. final def apply(a: String, b: String, c: String, d: String, e: String, f: String, g: String): (E, E, E, E, E, E, E)
  11. final def apply(a: String, b: String, c: String, d: String, e: String, f: String): (E, E, E, E, E, E)
  12. final def apply(a: String, b: String, c: String, d: String, e: String): (E, E, E, E, E)
  13. final def apply(a: String, b: String, c: String, d: String): (E, E, E, E)
  14. final def apply(a: String, b: String, c: String): (E, E, E)
  15. final def apply(a: String, b: String): (E, E)
  16. final def apply(e: ElementType): E
  17. final def apply(int: IntZ): E
  18. final def apply(int: BigInt): E
  19. final def apply(int: Int): E
  20. final def apply(string: String): E

    Parse

  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  23. lazy val coder: Coder[ElementType]

    String from/to conversion for ring elements

  24. final def element(e: Any): E

    Casts e to element of this

  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def isElement(e: Any): Boolean

    Reflection: determines whether is element of this

  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def negativeOne: E
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def one: E
  36. def parse(string: String): E

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Ring → IParser
  37. def ringEv(ev: E): Ring[E]
    Definition Classes
    RingRingSupport
  38. final def stringify(e: Stringifiable[E]): String

    Convert element to string

  39. final def stringify(e: TraversableOnce[E]): String

    Convert element to string

  40. final def stringify(e: E): String

    Convert element to string

  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val theRing: rings.Ring[E]
  43. def toString(): String

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Ring → AnyRef → Any
  44. def toString(arg0: IStringifier[E]): String
    Definition Classes
    Stringifiable
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def zero: E

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. final def show(arg: Any): String

    Pretty toString

    Pretty toString

    Annotations
    @deprecated
    Deprecated

    use stringify

Inherited from Serializable

Inherited from Serializable

Inherited from RingSupport[E]

Inherited from IParser[E]

Inherited from Stringifiable[E]

Inherited from AnyRef

Inherited from Any

Ungrouped