Packages

object EquationOps

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

Value Members

  1. def group(ts: Set[EquationNode]): Set[Equation]
  2. def groupDirect(ts: Set[EquationNode]): Set[Equation]
  3. def groupFuture(ts: Set[EquationNode])(implicit ec: ExecutionContext): Future[Set[Equation]]
  4. def groupIt(ts: Set[EquationNode]): Iterable[Equation]
  5. def groupMap(ts: Set[EquationNode], previous: ParMap[Expression, EquationNode]): ParMap[Expression, Equation]
  6. def merge(eqs: Set[Equation]*): Set[Equation]
  7. def rebuild(eqs: Set[Equation]): Set[Equation]
  8. def split(eq: Equation): Set[EquationNode]