Represents a maximum or minimum of a function on a multi-dimensional space.
| C# | Visual Basic | Visual C++ | F# |
public class SpaceExtremum
Public Class SpaceExtremum
public ref class SpaceExtremum
type SpaceExtremum = class end
| All Members | Methods | Properties | |||
| Icon | 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.
|
| Object | |
| SpaceExtremum | |