Packages

class SpireExprEquations extends ExpressionEquationIndexifier

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpireExprEquations
  2. ExpressionEquationIndexifier
  3. AnyRef
  4. 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 SpireExprEquations(initMap: Map[Expression, Double], equationSet: Set[Equation], params: TermGenParams, 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 SpireExprEquations toany2stringadd[SpireExprEquations] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SpireExprEquations, B)
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toArrowAssoc[SpireExprEquations] 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: (SpireExprEquations) => Boolean, msg: => Any): SpireExprEquations
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toEnsuring[SpireExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (SpireExprEquations) => Boolean): SpireExprEquations
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toEnsuring[SpireExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): SpireExprEquations
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toEnsuring[SpireExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): SpireExprEquations
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toEnsuring[SpireExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def entropyPerpIterator(seed: ParVector[Double], scale: Double): Iterator[ParVector[Double]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
  17. val equationVec: Vector[Equation]
  18. def equationsOrthonormal(v: ParSeq[Double]): (ParVector[ParVector[Double]], Jet[Double])
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toStringFormat[SpireExprEquations] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getProd(exp: Expression): ProductIndexExpression
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def indexJet(n: Int, v: ParSeq[Double]): Jet[Double]
  24. lazy val indexMap: Map[Expression, Int]
  25. def initIterator(initVals: Map[Int, Double] = Map(), seed: ParVector[Double] = ParVector.fill(numVars)(0.0), scale: Double = 0.1): Iterator[(ParVector[Double], Double)]
  26. lazy val initPar: ParMap[Expression, Double]
  27. lazy val initTermIndices: Vector[Int]
  28. def initTermsEntropy(v: ParSeq[Double]): Jet[Double]
  29. lazy val initTypIndices: Vector[Int]
  30. def initTypsEntropy(v: ParSeq[Double]): Jet[Double]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. implicit val jetDim: JetDim
  33. def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
  34. def matchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
  37. def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
  38. def normalizedInitErrors(initVals: Map[Int, Double], v: ParSeq[Double]): Vector[Jet[Double]]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val numVars: Int
  42. def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
  43. def prodJet(prod: ProductIndexExpression, v: ParSeq[Double]): Jet[Double]
  44. def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
  45. lazy val randomVarIndices: ParVector[Vector[Int]]
  46. final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
    Definition Classes
    ExpressionEquationIndexifier
    Annotations
    @tailrec()
  47. lazy val rhsExprs: Vector[SumIndexExpression]
  48. lazy val rhsExprsPar: ParVector[SumIndexExpression]
  49. def rhsInvolves(js: Set[Int]): Set[Int]
  50. def scaledMatchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
  51. def sigmoid(x: Jet[Double]): Jet[Double]
  52. def simplify(exp: Expression): SumIndexExpression
  53. lazy val size: Int
  54. def sseInitJet(initVals: Map[Int, Double], v: ParSeq[Double]): Jet[Double]
  55. def sumJet(sum: SumIndexExpression, v: ParSeq[Double]): Jet[Double]
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def termDist(v: ParVector[Double]): FiniteDistribution[Term]
  58. lazy val termIndexVec: Vector[(Term, Int)]
  59. lazy val termIndices: Vector[Int]
  60. lazy val thmPfIndices: Map[Int, Vector[Int]]
  61. def thmPfsFlattenedKL(v: ParSeq[Double], exponent: Double): Jet[Double]
  62. def thmPfsJet(v: ParSeq[Double]): Vector[(Jet[Double], Jet[Double])]
  63. def thmPfsKL(v: ParSeq[Double]): Jet[Double]
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def totalProbEqnsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
  66. lazy val totalProbEquations: ParVector[ParVector[Double]]
  67. def traceIndices(j: Int, depth: Int): Vector[Int]
  68. def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
  69. def typDist(v: ParVector[Double]): FiniteDistribution[Typ[Term]]
  70. lazy val typIndexVec: Vector[(Typ[Term], Int)]
  71. lazy val typIndices: Vector[Int]
  72. lazy val varVec: Vector[Expression]
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  75. 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): (SpireExprEquations, B)
    Implicit
    This member is added by an implicit conversion from SpireExprEquations toArrowAssoc[SpireExprEquations] 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 fromSpireExprEquations to any2stringadd[SpireExprEquations]

Inherited by implicit conversion StringFormat fromSpireExprEquations to StringFormat[SpireExprEquations]

Inherited by implicit conversion Ensuring fromSpireExprEquations to Ensuring[SpireExprEquations]

Inherited by implicit conversion ArrowAssoc fromSpireExprEquations to ArrowAssoc[SpireExprEquations]

Ungrouped