Click or drag to resize

MultivariableFunctionSolverResultsTIterationResultsWarnings Property

Gets a list of warnings that the MultivariableFunctionSolver produced.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<MultivariableFunctionSolverWarning> Warnings { get; }

Property Value

Type: ListMultivariableFunctionSolverWarning
See Also