Equation System Solver.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.2
C#
A reference to output.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.