EquationSystemSolver.Evaluate Method

Evaluates the target functions of the system of equations.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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