Click or drag to resize

NonlinearMinimizerBaseNonAllocatingScaleFactorsOfJacobian Method

Calculates the scale factor of the Jacobian, taking into account the parameter transformations and the parameter scales.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void ScaleFactorsOfJacobian(
	IReadOnlyList<double> Pint,
	IVector<double> result
)

Parameters

Pint  IReadOnlyListDouble
The internal parameters.
result  IVectorDouble
On return, contains the scale factors. The provided vector needs to have the same length as Pint.
See Also