class SymbolicCRing[A] extends AnyRef
Instance Constructors
- new SymbolicCRing()(implicit arg0: Ring[A])
Type Members
- case class AddLiteral(a: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class AddTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class AdditiveMorphism[U <: LocalTerm with Subs[U]](base: Func[LocalTerm, U], op: (U, U) => U) extends Func[LocalTerm, LocalTerm] with Product with Serializable
- type LocalTerm = RepTerm[A]
- type Op = Func[LocalTerm, Func[LocalTerm, LocalTerm]]
- case class PiTerm(multElems: Map[LocalTerm, Int]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable
- case class SigmaTerm(elems: Set[LocalTerm]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable
- case class multLiteral(b: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class multTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (SymbolicCRing[A], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- implicit val cringStructure: CRing[LocalTerm]
- val divides: FuncLike[LocalTerm, FuncLike[LocalTerm, SigmaTyp[LocalTerm, Equality[LocalTerm]]]]
- def ensuring(cond: (SymbolicCRing[A]) => Boolean, msg: => Any): SymbolicCRing[A]
- def ensuring(cond: (SymbolicCRing[A]) => Boolean): SymbolicCRing[A]
- def ensuring(cond: Boolean, msg: => Any): SymbolicCRing[A]
- def ensuring(cond: Boolean): SymbolicCRing[A]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- def funcSum(f: (LocalTerm) => LocalTerm, g: (LocalTerm) => LocalTerm): Func[LocalTerm, LocalTerm]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- lazy val minusone: LocalTerm
- final def ne(arg0: AnyRef): Boolean
- def negate(x: LocalTerm): LocalTerm
- final def notify(): Unit
- final def notifyAll(): Unit
- final def posPower(x: LocalTerm, n: Int, accum: LocalTerm = Literal(one)): LocalTerm
- def power(x: LocalTerm, n: Int): LocalTerm
- lazy val predicate: (A) => Boolean
- lazy val reciprocal: Func[LocalTerm, LocalTerm]
- val reciprocalOpt: Option[Func[LocalTerm, LocalTerm]]
- val ring: Ring[A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val two: A
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object Comb
- object LitProd
- object Literal extends ScalaSym[LocalTerm, A]
- object LiteralSum
- object LocalTyp extends ScalaTyp[A]
- object PiTerm extends Serializable
- object Reciprocal
- object SigmaTerm extends Serializable
- case object prod extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable
- case object sum extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (SymbolicCRing[A], B)
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromSymbolicCRing[A] to any2stringadd[SymbolicCRing[A]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromSymbolicCRing[A] to StringFormat[SymbolicCRing[A]]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- case class AddLiteral(a: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class AddTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class AdditiveMorphism[U <: LocalTerm with Subs[U]](base: Func[LocalTerm, U], op: (U, U) => U) extends Func[LocalTerm, LocalTerm] with Product with Serializable
- type LocalTerm = RepTerm[A]
- type Op = Func[LocalTerm, Func[LocalTerm, LocalTerm]]
- case class PiTerm(multElems: Map[LocalTerm, Int]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable
- case class SigmaTerm(elems: Set[LocalTerm]) extends LocalTerm with FoldedTerm[LocalTerm] with Product with Serializable
- case class multLiteral(b: A) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- case class multTerm(x: LocalTerm) extends Func[LocalTerm, LocalTerm] with MiscAppln with Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (SymbolicCRing[A], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- implicit val cringStructure: CRing[LocalTerm]
- val divides: FuncLike[LocalTerm, FuncLike[LocalTerm, SigmaTyp[LocalTerm, Equality[LocalTerm]]]]
- def ensuring(cond: (SymbolicCRing[A]) => Boolean, msg: => Any): SymbolicCRing[A]
- def ensuring(cond: (SymbolicCRing[A]) => Boolean): SymbolicCRing[A]
- def ensuring(cond: Boolean, msg: => Any): SymbolicCRing[A]
- def ensuring(cond: Boolean): SymbolicCRing[A]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def formatted(fmtstr: String): String
- def funcSum(f: (LocalTerm) => LocalTerm, g: (LocalTerm) => LocalTerm): Func[LocalTerm, LocalTerm]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- lazy val minusone: LocalTerm
- final def ne(arg0: AnyRef): Boolean
- def negate(x: LocalTerm): LocalTerm
- final def notify(): Unit
- final def notifyAll(): Unit
- final def posPower(x: LocalTerm, n: Int, accum: LocalTerm = Literal(one)): LocalTerm
- def power(x: LocalTerm, n: Int): LocalTerm
- lazy val predicate: (A) => Boolean
- lazy val reciprocal: Func[LocalTerm, LocalTerm]
- val reciprocalOpt: Option[Func[LocalTerm, LocalTerm]]
- val ring: Ring[A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val two: A
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- object Comb
- object LitProd
- object Literal extends ScalaSym[LocalTerm, A]
- object LiteralSum
- object LocalTyp extends ScalaTyp[A]
- object PiTerm extends Serializable
- object Reciprocal
- object SigmaTerm extends Serializable
- case object prod extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable
- case object sum extends Func[LocalTerm, Func[LocalTerm, LocalTerm]] with Product with Serializable
- def finalize(): Unit
- def →[B](y: B): (SymbolicCRing[A], B)