com.andreimikhailov.minitheta.core

ESCA

case class ESCA[S, T, U](vec: ELS[S, (Set[T], Map[U, Int])])(implicit evidence$2: (T) ⇒ Ordered[T]) extends ER[ESCA[S, T, U]] with Product with Serializable

Element of FREE Super Commutative Algebra (I should have called it EFSCA?)

Linear Supertypes
Serializable, Serializable, Product, Equals, ER[ESCA[S, T, U]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ESCA
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ER
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ESCA(vec: ELS[S, (Set[T], Map[U, Int])])(implicit arg0: (T) ⇒ Ordered[T])

Type Members

  1. type MONOMIALS = (Set[T], Map[U, Int])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(that: ESCA[S, T, U]): ESCA[S, T, U]

  5. def *(that: ER[ESCA[S, T, U]]): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  6. def +(that: ER[ESCA[S, T, U]]): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def D_:(that: T): ESCA[S, T, U]

  10. implicit def ELStoESCA(x: ELS[S, (Set[T], Map[U, Int])]): ESCA[S, T, U]

  11. implicit def ESCAtoELS(x: ESCA[S, T, U]): ELS[S, (Set[T], Map[U, Int])]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def incr(that: Rational): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  18. def incr(that: BigInt): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  19. def inv: ER[ESCA[S, T, U]]

    Definition Classes
    ER
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def multiply(that: Rational): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  22. def multiply(that: BigInt): ER[ESCA[S, T, U]]

    Definition Classes
    ESCAER
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. val vec: ELS[S, (Set[T], Map[U, Int])]

  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ER[ESCA[S, T, U]]

Inherited from AnyRef

Inherited from Any

Ungrouped