Class

cc.redberry.rings.scaladsl

Ring

Related Doc: package scaladsl

Permalink

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
Known Subclasses
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])

    Permalink

    theRing

    the Ring

Type Members

  1. final type ElementType = E

    Permalink

    Element type

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    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)

    Permalink
  5. final def apply(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int): (E, E, E, E, E, E)

    Permalink
  6. final def apply(a: Int, b: Int, c: Int, d: Int, e: Int): (E, E, E, E, E)

    Permalink
  7. final def apply(a: Int, b: Int, c: Int, d: Int): (E, E, E, E)

    Permalink
  8. final def apply(a: Int, b: Int, c: Int): (E, E, E)

    Permalink
  9. final def apply(a: Int, b: Int): (E, E)

    Permalink
  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)

    Permalink
  11. final def apply(a: String, b: String, c: String, d: String, e: String, f: String): (E, E, E, E, E, E)

    Permalink
  12. final def apply(a: String, b: String, c: String, d: String, e: String): (E, E, E, E, E)

    Permalink
  13. final def apply(a: String, b: String, c: String, d: String): (E, E, E, E)

    Permalink
  14. final def apply(a: String, b: String, c: String): (E, E, E)

    Permalink
  15. final def apply(a: String, b: String): (E, E)

    Permalink
  16. final def apply(e: ElementType): E

    Permalink
  17. final def apply(int: IntZ): E

    Permalink
  18. final def apply(int: BigInt): E

    Permalink
  19. final def apply(int: Int): E

    Permalink
  20. final def apply(string: String): E

    Permalink

    Parse

  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  23. lazy val coder: Coder[ElementType]

    Permalink

    String from/to conversion for ring elements

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

    Permalink

    Casts e to element of this

  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def isElement(e: Any): Boolean

    Permalink

    Reflection: determines whether is element of this

  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def negativeOne: E

    Permalink
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def one: E

    Permalink
  36. def parse(string: String): E

    Permalink

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Ring → IParser
  37. def ringEv(ev: E): Ring[E]

    Permalink
    Definition Classes
    RingRingSupport
  38. final def stringify(e: Stringifiable[E]): String

    Permalink

    Convert element to string

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

    Permalink

    Convert element to string

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

    Permalink

    Convert element to string

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val theRing: rings.Ring[E]

    Permalink

    the Ring

  43. def toString(): String

    Permalink

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Ring → AnyRef → Any
  44. def toString(arg0: IStringifier[E]): String

    Permalink
    Definition Classes
    Stringifiable
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def zero: E

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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

    Permalink

    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