Equation System Solver.Set Target Functions Method
Sets the target functions.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void SetTargetFunctions(
Func<Vector<double>, double>[] functions
)
Parameters
Remarks
The functions represent the left-hand sides of the equations in a system of non-linear equations.
Exceptions
Invalid | The method is called while the algorithm is running. |
Argument | functions is null. |