EquationSystemSolver.Dimensions Property

Gets or sets the number of dimensions of the optimization problem.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Dimensions { get; set; }

Property Value

Int32

Remarks

This property equals the number of parameters of the objective function.

Exceptions

ArgumentOutOfRangeException

The value is less than or equal to zero.

See Also