Evaluates the Jacobian of the function at the given point.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual double[] Jacobian( double[] x ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Jacobian ( _ x As Double() _ ) As Double() |
| Visual C++ |
|---|
public: virtual array<double>^ Jacobian( array<double>^ x ) |
Parameters
- x
- Type: array<
System..::.Double
>[]()[]
The point to evaluate the Jacobain at.