Packages

object EquationNode extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EquationNode
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def backCoeffMap(eqs: Set[EquationNode]): Map[Variable[Any], Vector[(Coeff[_], Vector[Variable[_]])]]
  2. def backMap(eqs: Set[EquationNode]): Map[Variable[_], Set[Set[Variable[_]]]]
  3. def forwardCoeffMap(eqs: Set[EquationNode]): Map[Variable[Any], Vector[(Coeff[_], Variable[_])]]
  4. def forwardMap(eqs: Set[EquationNode]): Map[Variable[Any], Set[Variable[_]]]
  5. def traceBack(eqs: Set[EquationNode], exp: Expression, depth: Int): (Vector[EquationNode], Vector[Expression])