EquationSystemSolver.TargetFunction Property

Gets or sets the target function for the EquationSystemSolver.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

ArgumentNullExceptionvalue is null.

See Also