Gets the Jacobian matrix of the system of equations for the current point.
Namespace: Extreme.Mathematics.EquationSolversAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected Matrix<double> JacobianMatrix { get; set; }
Protected Property JacobianMatrix As Matrix(Of Double)
Get
Set
protected:
property Matrix<double>^ JacobianMatrix {
Matrix<double>^ get ();
void set (Matrix<double>^ value);
}
member JacobianMatrix : Matrix<float> with get, set
Property Value
Type:
MatrixDoubleA real matrix that represents the current value of the Jacobian
matrix of the system of equations.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference