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