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: 23.2.417.0 (23.2.417.0)
Syntax
public List<MultivariableFunctionSolverWarning> Warnings { get; }

Property Value

Type: ListMultivariableFunctionSolverWarning
See Also