Click or drag to resize

NumericalHessian(Int32, Int32) Constructor

Creates a numerical Hessian with a specified differentiation scheme.

Namespace: Altaxo.Calc.Differentiation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NumericalHessian(
	int points,
	int center
)

Parameters

points  Int32
Number of points for Hessian evaluation.
center  Int32
Center point for differentiation.
See Also