GraphEquationSystem

Collection of factory methods for graph-based equation systems.

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

Value members

Concrete methods

def apply[U, V, E](initialGraph: GraphBody[U, V, E], inputUnknowns: Iterable[U]): SimpleGraphEquationSystem[U, V, E]

Returns the standard implementation of a finite equation system.

Returns the standard implementation of a finite equation system.

See also:

SimpleGraphEquationSystem for the meaning of all the parameters.

Source:
GraphEquationSystem.scala