Meta.Numerics Library
SpaceExtremum Class
Meta.NumericsMeta.Numerics.FunctionsSpaceExtremum
Represents a maximum or minimum of a function on a multi-dimensional space.
Declaration Syntax
C#Visual BasicVisual C++F#
public class SpaceExtremum
Public Class SpaceExtremum
public ref class SpaceExtremum
type SpaceExtremum =  class end
Members
All MembersMethodsProperties



IconMemberDescription
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
Object
SpaceExtremum