Represents a maximum or minimum of a function on a multi-dimensional space.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SpaceExtremum
Public Class SpaceExtremum
public ref class SpaceExtremum
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Curvature()()() |
Gets the curvature matrix at the extremum.
| |
| Dimension |
Gets the dimension of the space on which the function is defined.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Location()()() |
Gets the location of the extremum.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| Value |
Gets the value of the function at the extremum.
|