FiniteEquationSystem

Collection of factory methods for finite equation systems.

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

Value members

Concrete methods

def apply[U, V](initialBody: U => V, initialInfl: Relation[U, U], unknowns: Iterable[U], inputUnknowns: Iterable[U]): SimpleFiniteEquationSystem[U, V]

Returns the standard implementation of a finite equation system.

Returns the standard implementation of a finite equation system.

See also:

SimpleFiniteEquationSystem for the meaning of all the parameters.

Source:
FiniteEquationSystem.scala