Equation System Solver.Set Target Functions Method
Sets the target functions.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |