LevenbergMarquardt2D Methods |
The LevenbergMarquardt2D type exposes the following members.
| Name | Description | |
|---|---|---|
| CalcJacobian |
Calculates numerically the Jacobian
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
| JacobianTest |
Calculates the 2-norm difference between the exact and the numeric jacobian,
on an element-wise basis (not matrix norm, but element/vector norm)
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Solve |
Minimize/Solves for zeros, using x as starting point
and updating the value of x as a result.
| |
| SwapT |
Swapping two elements.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |