Least Squares Optimizer.Jacobian Function Property
Gets or sets a delegate that computes the Jacobian of the problem.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a multivariate function returning a matrix in its second argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<Vector<double>, Matrix<double>?, Matrix<double>> JacobianFunction { get; set; }
Property Value
Func<Vector<Double>, Matrix<Double>, Matrix<Double>>A delegate that represents a multivariate function returning a matrix in its second argument.