Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (SpireExprEquations, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (SpireExprEquations) => Boolean, msg: => Any): SpireExprEquations
- def ensuring(cond: (SpireExprEquations) => Boolean): SpireExprEquations
- def ensuring(cond: Boolean, msg: => Any): SpireExprEquations
- def ensuring(cond: Boolean): SpireExprEquations
- def entropyPerpIterator(seed: ParVector[Double], scale: Double): Iterator[ParVector[Double]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def equationsOrthonormal(v: ParSeq[Double]): (ParVector[ParVector[Double]], Jet[Double])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- def indexJet(n: Int, v: ParSeq[Double]): Jet[Double]
- lazy val indexMap: Map[Expression, Int]
- def initIterator(initVals: Map[Int, Double] = Map(), seed: ParVector[Double] = ParVector.fill(numVars)(0.0), scale: Double = 0.1): Iterator[(ParVector[Double], Double)]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- def initTermsEntropy(v: ParSeq[Double]): Jet[Double]
- lazy val initTypIndices: Vector[Int]
- def initTypsEntropy(v: ParSeq[Double]): Jet[Double]
- final def isInstanceOf[T0]: Boolean
- implicit val jetDim: JetDim
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- def matchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- final def ne(arg0: AnyRef): Boolean
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- def normalizedInitErrors(initVals: Map[Int, Double], v: ParSeq[Double]): Vector[Jet[Double]]
- final def notify(): Unit
- final def notifyAll(): Unit
- val numVars: Int
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def prodJet(prod: ProductIndexExpression, v: ParSeq[Double]): Jet[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]]
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- def scaledMatchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- def sigmoid(x: Jet[Double]): Jet[Double]
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- def sseInitJet(initVals: Map[Int, Double], v: ParSeq[Double]): Jet[Double]
- def sumJet(sum: SumIndexExpression, v: ParSeq[Double]): Jet[Double]
- final def synchronized[T0](arg0: => T0): T0
- def termDist(v: ParVector[Double]): FiniteDistribution[Term]
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def thmPfsFlattenedKL(v: ParSeq[Double], exponent: Double): Jet[Double]
- def thmPfsJet(v: ParSeq[Double]): Vector[(Jet[Double], Jet[Double])]
- def thmPfsKL(v: ParSeq[Double]): Jet[Double]
- def toString(): String
- def totalProbEqnsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- 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]]
- def typDist(v: ParVector[Double]): FiniteDistribution[Typ[Term]]
- 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
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Value Members
- lazy val constantEquations: Set[Int]
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def getProd(exp: Expression): ProductIndexExpression
- lazy val indexMap: Map[Expression, Int]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- lazy val initTypIndices: Vector[Int]
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- 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]]
- 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
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- 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]
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
Value Members
- def +(other: String): String
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (SpireExprEquations, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- lazy val constantEquations: Set[Int]
- def ensuring(cond: (SpireExprEquations) => Boolean, msg: => Any): SpireExprEquations
- def ensuring(cond: (SpireExprEquations) => Boolean): SpireExprEquations
- def ensuring(cond: Boolean, msg: => Any): SpireExprEquations
- def ensuring(cond: Boolean): SpireExprEquations
- def entropyPerpIterator(seed: ParVector[Double], scale: Double): Iterator[ParVector[Double]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
- val equationVec: Vector[Equation]
- def equationsOrthonormal(v: ParSeq[Double]): (ParVector[ParVector[Double]], Jet[Double])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getProd(exp: Expression): ProductIndexExpression
- def hashCode(): Int
- def indexJet(n: Int, v: ParSeq[Double]): Jet[Double]
- lazy val indexMap: Map[Expression, Int]
- def initIterator(initVals: Map[Int, Double] = Map(), seed: ParVector[Double] = ParVector.fill(numVars)(0.0), scale: Double = 0.1): Iterator[(ParVector[Double], Double)]
- lazy val initPar: ParMap[Expression, Double]
- lazy val initTermIndices: Vector[Int]
- def initTermsEntropy(v: ParSeq[Double]): Jet[Double]
- lazy val initTypIndices: Vector[Int]
- def initTypsEntropy(v: ParSeq[Double]): Jet[Double]
- final def isInstanceOf[T0]: Boolean
- implicit val jetDim: JetDim
- def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
- def matchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- final def ne(arg0: AnyRef): Boolean
- def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
- def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
- def normalizedInitErrors(initVals: Map[Int, Double], v: ParSeq[Double]): Vector[Jet[Double]]
- final def notify(): Unit
- final def notifyAll(): Unit
- val numVars: Int
- def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
- def prodJet(prod: ProductIndexExpression, v: ParSeq[Double]): Jet[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]]
- lazy val rhsExprs: Vector[SumIndexExpression]
- lazy val rhsExprsPar: ParVector[SumIndexExpression]
- def rhsInvolves(js: Set[Int]): Set[Int]
- def scaledMatchEquationsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- def sigmoid(x: Jet[Double]): Jet[Double]
- def simplify(exp: Expression): SumIndexExpression
- lazy val size: Int
- def sseInitJet(initVals: Map[Int, Double], v: ParSeq[Double]): Jet[Double]
- def sumJet(sum: SumIndexExpression, v: ParSeq[Double]): Jet[Double]
- final def synchronized[T0](arg0: => T0): T0
- def termDist(v: ParVector[Double]): FiniteDistribution[Term]
- lazy val termIndexVec: Vector[(Term, Int)]
- lazy val termIndices: Vector[Int]
- lazy val thmPfIndices: Map[Int, Vector[Int]]
- def thmPfsFlattenedKL(v: ParSeq[Double], exponent: Double): Jet[Double]
- def thmPfsJet(v: ParSeq[Double]): Vector[(Jet[Double], Jet[Double])]
- def thmPfsKL(v: ParSeq[Double]): Jet[Double]
- def toString(): String
- def totalProbEqnsJet(v: ParSeq[Double]): ParVector[Jet[Double]]
- 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]]
- def typDist(v: ParVector[Double]): FiniteDistribution[Typ[Term]]
- 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
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
- def →[B](y: B): (SpireExprEquations, B)