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.3179.0 (4.8.3179.0)
Syntax
C#
protected void ScaleFactorsOfJacobian(
	IReadOnlyList<double> Pint,
	IVector<double> result
)

Parameters

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