MultiExtremumLocation Property
Gets the location of the optimum.
Namespace: Meta.Numerics.AnalysisAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public ColumnVector Location { get; }
Public ReadOnly Property Location As ColumnVector
Get
public:
property ColumnVector^ Location {
ColumnVector^ get ();
}
member Location : ColumnVector with get
Property Value
ColumnVectorA read-only vector of the coordinates at which the function reaches its optimum.