TrustRegionSubproblemNewtonCG Method |
Creates a Newton-CG trust-region subproblem solver.
Namespace: Altaxo.Calc.Optimization.TrustRegionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ITrustRegionSubproblem NewtonCG()
Return Value
ITrustRegionSubproblemThe Newton-CG subproblem solver.
See Also