Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionEquationIndexifier
  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 ExpressionEquationIndexifier(initMap: Map[Expression, Double], equationVec: Vector[Equation], params: (Coeff[_]) => Option[Double], initVariables: Vector[Expression] = Vector())

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 ExpressionEquationIndexifier toany2stringadd[ExpressionEquationIndexifier] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  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. lazy val constantEquations: Set[Int]
  9. 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
  10. 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
  11. 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
  12. 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
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
  16. val equationVec: Vector[Equation]
  17. 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()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getProd(exp: Expression): ProductIndexExpression
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. lazy val indexMap: Map[Expression, Int]
  22. lazy val initPar: ParMap[Expression, Double]
  23. lazy val initTermIndices: Vector[Int]
  24. lazy val initTypIndices: Vector[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
  29. def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val numVars: Int
  33. def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
  34. def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
  35. lazy val randomVarIndices: ParVector[Vector[Int]]
  36. final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
    Annotations
    @tailrec()
  37. lazy val rhsExprs: Vector[SumIndexExpression]
  38. lazy val rhsExprsPar: ParVector[SumIndexExpression]
  39. def rhsInvolves(js: Set[Int]): Set[Int]
  40. def simplify(exp: Expression): SumIndexExpression
  41. lazy val size: Int
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. lazy val termIndexVec: Vector[(Term, Int)]
  44. lazy val termIndices: Vector[Int]
  45. lazy val thmPfIndices: Map[Int, Vector[Int]]
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. lazy val totalProbEquations: ParVector[ParVector[Double]]
  48. def traceIndices(j: Int, depth: Int): Vector[Int]
  49. def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
  50. lazy val typIndexVec: Vector[(Typ[Term], Int)]
  51. lazy val typIndices: Vector[Int]
  52. lazy val varVec: Vector[Expression]
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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): (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

Inherited from Any

Inherited by implicit conversion any2stringadd fromExpressionEquationIndexifier to any2stringadd[ExpressionEquationIndexifier]

Inherited by implicit conversion StringFormat fromExpressionEquationIndexifier to StringFormat[ExpressionEquationIndexifier]

Inherited by implicit conversion Ensuring fromExpressionEquationIndexifier to Ensuring[ExpressionEquationIndexifier]

Inherited by implicit conversion ArrowAssoc fromExpressionEquationIndexifier to ArrowAssoc[ExpressionEquationIndexifier]

Ungrouped