|
rbmatlab 0.10.01
|
Global projected Levenberg-Marquard method. More...
Go to the source code of this file.
Functions | |
| function [
xnew , resnorm , residual , exitflag , output ] = | newton_raphson ( funptr, x0, params) |
| Global projected Levenberg-Marquard method. | |
|
function
jac_comp = | newtonraphson>computed_jacobian ( jac_test, X, fun) |
|
function [
OK , ok_mat ] = | newtonraphson>check_jacobian ( Utest, fun, jac_test, epsilon) |
Global projected Levenberg-Marquard method.
Definition in file newton_raphson.m.
| function [ xnew , resnorm , residual , exitflag , output ] = newton_raphson | ( | funptr, | |
| x0, | |||
| params | |||
| ) |
Global projected Levenberg-Marquard method.
| funptr | funptr |
| x0 | x0 |
| params | params |
| xnew | xnew |
| resnorm | resnorm |
| residual | residual |
| exitflag | exitflag |
| output | output |
TolRes — TolRes TolChange — TolChange Px — Px debug — flag indicating wether debug output shall be turned on gamma — gamma beta — beta TolLineSearch — TolLineSearch sigma — sigma maxIter — maxIter TolFuncCount — TolFuncCountiterations — iterations funcCount — funcCount stepsize — stepsize firstorderopt — firstorderopt resmax — resmax Definition at line 1 of file newton_raphson.m.
1.7.4