Gets or sets a delegate that computes the Jacobian of the problem.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<Vector<double>, Matrix<double>, Matrix<double>> JacobianFunction { get; set; }
Public Property JacobianFunction As Func(Of Vector(Of Double), Matrix(Of Double), Matrix(Of Double))
Get
Set
public:
property Func<Vector<double>^, Matrix<double>^, Matrix<double>^>^ JacobianFunction {
Func<Vector<double>^, Matrix<double>^, Matrix<double>^>^ get ();
void set (Func<Vector<double>^, Matrix<double>^, Matrix<double>^>^ value);
}
member JacobianFunction : Func<Vector<float>, Matrix<float>, Matrix<float>> with get, set
Property Value
Type:
FuncVectorDouble,
MatrixDouble,
MatrixDoubleA delegate that represents a multivariate function returning a matrix in its second argument.
Reference