This is the complete list of members for
yane::EqSys::Newton, including all inherited members.
_bigbound | yane::EqSys::NonlinearEquations | [protected, static] |
_dimension | yane::EqSys::NonlinearEquations | [protected] |
_functionValue | yane::EqSys::NonlinearEquations | [protected] |
_initialized | yane::EqSys::NonlinearEquations | [protected] |
_ipar | yane::EqSys::NonlinearEquations | [protected] |
_iterationcounter | yane::EqSys::NonlinearEquations | [protected] |
_itermax | yane::EqSys::NonlinearEquations | [protected] |
_rpar | yane::EqSys::NonlinearEquations | [protected] |
initialize(int dimension, yane::EqSys::T_FUNC function, yane::EqSys::T_FUNC jacobian, double *rpar, int *ipar, yane::EqSys::LinearEquations *solver, bool analytic_jacobian=false) | yane::EqSys::Newton | |
initializeLargescale(int dimension, yane::EqSys::T_FUNC function, yane::EqSys::T_FUNCMATRIX jacobianlargescale, double *rpar, int *ipar, yane::EqSys::LinearEquations *solver, bool analytic_jacobian=false) | yane::EqSys::Newton | |
iterationCounter(void) | yane::EqSys::NonlinearEquations | |
Newton(void) | yane::EqSys::Newton | |
NonlinearEquations() | yane::EqSys::NonlinearEquations | |
setDiffeps(double diffeps) | yane::EqSys::Newton | |
setEps(double eps) | yane::EqSys::Newton | |
setIpar(int *ipar) | yane::EqSys::NonlinearEquations | |
setItermax(int itermax) | yane::EqSys::NonlinearEquations | |
setRpar(double *rpar) | yane::EqSys::NonlinearEquations | |
solve(double *&x) | yane::EqSys::Newton | [virtual] |
~Newton(void) | yane::EqSys::Newton | |
~NonlinearEquations() | yane::EqSys::NonlinearEquations | |