Click or drag to resize

DoubleParameterizedFunction(Double) Constructor

Constructs a DoubleParameterizedFunction object with the given delta to use in the centeral difference method for approximating the gradient with respect to the parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleParameterizedFunction(
	double centralDifferenceDelta
)

Parameters

centralDifferenceDelta  Double

[Missing <param name="centralDifferenceDelta"/> documentation for "M:CenterSpace.NMath.Core.DoubleParameterizedFunction.#ctor(System.Double)"]

See Also