Equation System Solver.Target Function Property
Gets or sets the target function for the EquationSystemSolver.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a multivariate function returning a vector in its second argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<Vector<double>, Vector<double>?, Vector<double>> TargetFunction { get; set; }
Property Value
Func<Vector<Double>, Vector<Double>, Vector<Double>>A delegate that represents a multivariate function returning a vector in its second argument.
Exceptions
Argument | value is null. |