GraphEquationSystem

Collection of factory methods for graph-based equation systems.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[U, V, E](initialGraph: GraphBody[U, V, E], unknowns: Iterable[U], inputUnknowns: Set[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.