Click or drag to resize

LevMarAdapterCanUseJacobianVersion Method

This function determines, wheter or not all fit functions provide the jacobians. In this case, the fitting procedure can make use of the jacobian.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CanUseJacobianVersion()

Return Value

Boolean
True if all fit functions provide the jacobian.
See Also