Click or drag to resize

LevenbergMarquardt2D Methods

The LevenbergMarquardt2D type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalcJacobian
Calculates numerically the Jacobian
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberJacobianTest
Calculates the 2-norm difference between the exact and the numeric jacobian, on an element-wise basis (not matrix norm, but element/vector norm)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolve
Minimize/Solves for zeros, using x as starting point and updating the value of x as a result.
Public methodStatic memberSwapT
Swapping two elements.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also