Represents a maximum or minimum of a function on a multi-dimensional space.

Namespace:  Meta.Numerics.Functions
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Curvature()()()
Gets the curvature matrix at the extremum.
Dimension
Gets the dimension of the space on which the function is defined.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value
Gets the value of the function at the extremum.

Inheritance Hierarchy

System..::.Object
  Meta.Numerics.Functions..::.SpaceExtremum

See Also