Equation System Solver.Dimensions Property
Gets or sets the number of dimensions of the optimization problem.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int Dimensions { get; set; }
Property Value
Int32Remarks
This property equals the number of parameters of the objective function.
Exceptions
Argument | The value is less than or equal to zero. |