class ExpressionEquationIndexifier extends AnyRef
Maps equations based on expressions in terms, randomvariables etc. to equations based on indices only, for rapid computation. Also provides some helpers to relate index combinations and expressions.
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpressionEquationIndexifier
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExpressionEquationIndexifier(initMap: Map[Expression, Double], equationVec: Vector[Equation], params: (Coeff[_]) => Option[Double], initVariables: Vector[Expression] = Vector())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toany2stringadd[ExpressionEquationIndexifier] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toStringFormat[ExpressionEquationIndexifier] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numVars: Int
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
- lazy val randomVarIndices: ParVector[Vector[Int]]
- final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
- Annotations
- @tailrec()
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val totalProbEquations: ParVector[ParVector[Double]]
- def traceIndices(j: Int, depth: Int): Vector[Int]
- def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
- lazy val typIndexVec: Vector[(Typ[Term], Int)]
- lazy val typIndices: Vector[Int]
- lazy val varVec: Vector[Expression]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] 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
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
Inherited from Any
Inherited by implicit conversion any2stringadd fromExpressionEquationIndexifier to any2stringadd[ExpressionEquationIndexifier]
Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toany2stringadd[ExpressionEquationIndexifier] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat fromExpressionEquationIndexifier to StringFormat[ExpressionEquationIndexifier]
Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toStringFormat[ExpressionEquationIndexifier] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
Inherited by implicit conversion Ensuring fromExpressionEquationIndexifier to Ensuring[ExpressionEquationIndexifier]
Value Members
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc fromExpressionEquationIndexifier to ArrowAssoc[ExpressionEquationIndexifier]
Value Members
- def ->[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def →[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] 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.
Ungrouped
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toany2stringadd[ExpressionEquationIndexifier] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ExpressionEquationIndexifier) => Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ExpressionEquationIndexifier
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toEnsuring[ExpressionEquationIndexifier] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toStringFormat[ExpressionEquationIndexifier] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numVars: Int
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
- lazy val randomVarIndices: ParVector[Vector[Int]]
- final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
- Annotations
- @tailrec()
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val totalProbEquations: ParVector[ParVector[Double]]
- def traceIndices(j: Int, depth: Int): Vector[Int]
- def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
- lazy val typIndexVec: Vector[(Typ[Term], Int)]
- lazy val typIndices: Vector[Int]
- lazy val varVec: Vector[Expression]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ExpressionEquationIndexifier, B)
- Implicit
- This member is added by an implicit conversion from ExpressionEquationIndexifier toArrowAssoc[ExpressionEquationIndexifier] 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.