![]() |
Constructor for BoundedLeastSquares . |
![]() | The absolute function tolerance. |
![]() | The number of good digits in the function. |
![]() | The scaled gradient tolerance. |
![]() | The maximum number of function evaluations. |
![]() | The maximum number of iterations. |
![]() | The maximum number of Jacobian evaluations. |
![]() | The maximum allowable step size. |
![]() | The relative function tolerance. |
![]() | The scaled step tolerance. |
![]() | The size of initial trust region radius. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the Jacobian at the approximate solution. |
![]() | Returns the residuals at the approximate solution. |
![]() | Returns the solution. |
![]() | Gets the Type of the current instance. |
![]() | Sets the diagonal scaling matrix for the functions. |
![]() | Sets the initial guess of the solution. |
![]() | The internal variable scaling option. |
![]() | The scaling vector for the variables. |
![]() | Solves a nonlinear least-squares problem subject to bounds on the variables using a modified Levenberg-Marquardt algorithm. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
BoundedLeastSquares Class | Imsl.Math Namespace | Example 1 | Example 2