Packages

class SymbolicCRing[A] extends AnyRef

Self Type
SymbolicCRing[A]
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolicCRing
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SymbolicCRing()(implicit arg0: Ring[A])

Type Members

  1. case class AddLiteral(a: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
  2. case class AddTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable

    returns function x + _ where x is not a literal and is indecomposable under sum

  3. case class AdditiveMorphism[U <: LocalTerm with Subs[U]](base: Func[LocalTerm, U], op: (U, U) => U) extends Func[LocalTerm, LocalTerm] with Product with Serializable
  4. type LocalTerm = RepTerm[A]
  5. type Op = Func[LocalTerm, Func[LocalTerm, LocalTerm]]
  6. case class PiTerm(multElems: Map[LocalTerm, Int]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable

    A product of terms in normal form, i.e., * none of the terms is a sum * we have either at least two terms or a single term with exponent not 1, * no exponent is 0.

  7. case class SigmaTerm(elems: Set[LocalTerm]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable
  8. case class multLiteral(b: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
  9. case class multTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toany2stringadd[SymbolicCRing[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SymbolicCRing[A], B)
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toArrowAssoc[SymbolicCRing[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. implicit val cringStructure: CRing[LocalTerm]
  9. val divides: FuncLike[LocalTerm, FuncLike[LocalTerm, SigmaTyp[LocalTerm, Equality[LocalTerm]]]]
  10. def ensuring(cond: (SymbolicCRing[A]) => Boolean, msg: => Any): SymbolicCRing[A]
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toEnsuring[SymbolicCRing[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (SymbolicCRing[A]) => Boolean): SymbolicCRing[A]
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toEnsuring[SymbolicCRing[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): SymbolicCRing[A]
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toEnsuring[SymbolicCRing[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): SymbolicCRing[A]
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toEnsuring[SymbolicCRing[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toStringFormat[SymbolicCRing[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. def funcSum(f: (LocalTerm) => LocalTerm, g: (LocalTerm) => LocalTerm): Func[LocalTerm, LocalTerm]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val minusone: LocalTerm
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def negate(x: LocalTerm): LocalTerm
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def posPower(x: LocalTerm, n: Int, accum: LocalTerm = Literal(one)): LocalTerm
    Annotations
    @tailrec()
  27. def power(x: LocalTerm, n: Int): LocalTerm

    returns power of x by n, in generality an error for negative n; should be overridden in fields, where negative powers are meaningful

  28. lazy val predicate: (A) => Boolean
  29. lazy val reciprocal: Func[LocalTerm, LocalTerm]
  30. val reciprocalOpt: Option[Func[LocalTerm, LocalTerm]]

    override this in fields

  31. val ring: Ring[A]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val two: A
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. object Comb
  39. object LitProd

    matching, building for formal product with a literal

  40. object Literal extends ScalaSym[LocalTerm, A]
  41. object LiteralSum
  42. object LocalTyp extends ScalaTyp[A]
  43. object PiTerm extends Serializable
  44. object Reciprocal
  45. object SigmaTerm extends Serializable
  46. case object prod extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable
  47. case object sum extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (SymbolicCRing[A], B)
    Implicit
    This member is added by an implicit conversion from SymbolicCRing[A] toArrowAssoc[SymbolicCRing[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSymbolicCRing[A] to any2stringadd[SymbolicCRing[A]]

Inherited by implicit conversion StringFormat fromSymbolicCRing[A] to StringFormat[SymbolicCRing[A]]

Inherited by implicit conversion Ensuring fromSymbolicCRing[A] to Ensuring[SymbolicCRing[A]]

Inherited by implicit conversion ArrowAssoc fromSymbolicCRing[A] to ArrowAssoc[SymbolicCRing[A]]

Ungrouped