Click or drag to resize

TrustRegionSubproblemNewtonCG Method

Creates a Newton-CG trust-region subproblem solver.

Namespace: Altaxo.Calc.Optimization.TrustRegion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ITrustRegionSubproblem NewtonCG()

Return Value

ITrustRegionSubproblem
The Newton-CG subproblem solver.
See Also