#include <newton.h>
Inheritance diagram for newton::

Public Methods | |
| newton () | |
| virtual void | calc ()=0 |
| void | calc (const real_vector &x) |
| void | solve () |
| void | solve (const real_vector &x) |
| const real_vector& | get_x () |
| const real_vector& | get_fval () |
| const real_table& | get_Jacobian () |
| int | no_solution () |
| virtual | ~newton () |
Public Attributes | |
| int | max_iter |
| double | f_tol |
| double | F_tol |
| double | dx_tol |
| double | rate_factor |
Protected Attributes | |
| real_vector | xlast |
| real_vector | fval |
| real_matrix | Jacobian |
| double | maxstep |
| int | solution_flag |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in mixer::balancer, and balancer. Referenced by calc(), and solve().
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 152 of file newton.h. Referenced by mixer::balancer::operator()().
|
|
|
|
|
|
Definition at line 80 of file newton.cc. Referenced by mixer::balancer::i_state(), mixer::balancer::operator()(), and solve().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Please direct comments and corrections to
supermix@submm.caltech.edu
Go to the supermix home page
Generated by
1.2.7