EquationSystemSolver.Evaluate Method

Evaluates the target functions of the system of equations.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected Vector<double> Evaluate(
	Vector<double> input,
	Vector<double> output
)

Parameters

input  Vector<Double>
A vector.
output  Vector<Double>
A vector that on exit contains the computed function values.

Return Value

Vector<Double>
A reference to output.

See Also