MultiExtremumLocation Property |
Gets the location of the optimum.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector Location { get; }
Public ReadOnly Property Location As ColumnVector
Get
public:
property ColumnVector^ Location {
ColumnVector^ get ();
}
member Location : ColumnVector with get
Property Value
Type:
ColumnVectorA read-only vector of the coordinates at which the function reaches its optimum.
See Also