SolvableMultivariableFunctionDerivativeResultsJacobian Property |
Gets the evaluated Jacobian.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[,] Jacobian { get; }
Public ReadOnly Property Jacobian As Double(,)
Get
public:
property array<double,2>^ Jacobian {
array<double,2>^ get ();
}
member Jacobian : float[,] with get
Property Value
Type:
DoubleSee Also