Packages

object EvolverEquations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvolverEquations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appendContext(ctxs: Vector[Vector[Term]], context: Vector[Term]): Vector[Vector[Term]]

    appends a context avoiding duplication up to change of variables

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def contextsOfTerm(term: Term): Vector[Vector[Term]]

    all the contexts in which a term lies, including the empty one.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equalContexts(ctx1: Vector[Term], ctx2: Vector[Term]): Boolean

    returns whether contexts are equal up to change of variables

  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def klDiff[F](p: F, q: F)(implicit arg0: Field[F], arg1: Trig[F]): F
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def projectContext(fromCtx: Vector[Term], toCtx: Vector[Term])(term: Term): Option[Term]

    optionally project a term in the first context onto the second context

  19. def projectSomeContext(toCtxs: Vector[Vector[Term]])(term: Term, fromCtx: Vector[Term]): Option[(Term, Vector[Term])]

    optionally project a given term with a given context to one of a vector of target contexts.

    optionally project a given term with a given context to one of a vector of target contexts.

    returns

    optional pair (term in new context, new context)

  20. def sum[F](seq: Iterable[F])(implicit field: Field[F]): F

    sum of elements in a field

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def termInSomeContext(term: Term, contexts: Vector[Vector[Term]], accum: Option[(Term, Vector[Term])] = None): Option[(Term, Vector[Term])]

    import term into some context in a vector of contexts if it matches.

    import term into some context in a vector of contexts if it matches.

    Annotations
    @tailrec()
  23. def termOptContext(term: Term, context: Vector[Term]): Option[Term]

    if term is of the form x :-> y, it is imported into a context of the form x' :-> _ as x' :-> y' if x and x' have the same type; this should be done recursively as in a context x:-> w :-> _, the type of w may depend on x.

  24. def termsInContext(terms: Set[Term], context: Vector[Term]): Set[Term]

    terms of the form x :-> y or x ~>: y imported into a context of the form x' :-> _ as x' :-> y' if x and x' have the same type; this should be done recursively as in a context x:-> w :-> _, the type of w may depend on x.

  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def typsInContext(typs: Set[Typ[Term]], context: Vector[Term]): Set[Typ[Term]]

    typs of the form x ~>: y imported into a context of the form x' :-> _ as x' ~>: y' if x and x' have the same type; this should be done recursively as in a context x:-> w :-> _, the type of w may depend on x.

  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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

Inherited from AnyRef

Inherited from Any

Ungrouped