NumericalHessian(Int32, Int32) Constructor |
Creates a numerical Hessian with a specified differentiation scheme.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NumericalHessian(
int points,
int center
)
Parameters
- points Int32
- Number of points for Hessian evaluation.
- center Int32
- Center point for differentiation.
See Also