EquationSystem

Collection of factory methods for equation systems.

Companion:
class
Source:
EquationSystem.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[U, V](initialBody: U => V): SimpleEquationSystem[U, V]

Returns the standard implementation of an EquationSystem.

Returns the standard implementation of an EquationSystem.

Value parameters:
initialBody

the initial body of the equation system. Depending of the presence of combos, base assignments or tracers, the initial body is manipulated in order to obtain the real body of the equation system.

Source:
EquationSystem.scala