LevenbergMarquardt Methods |
The LevenbergMarquardt type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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(Int32, Int32, Double, VectorFunction, VectorFunction) |
Calculates the 2-norm difference between the exact and the numeric jacobian,
on an element-wise basis (not matrix norm, but element/vector norm)
|
![]() ![]() | JacobianTest(Int32, Int32, Double, VectorFunction, VectorFunction, Double) |
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.
The user must check whether the solution is acceptable before using it. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |