#include <guma_newton.h>
Inheritance diagram for guma::newton_info::

Public Methods | |
| newton_info (int in_dim, T in_alf, T in_tolx) | |
| virtual | ~newton_info () |
| virtual bool | evaluate (const gul::Ptr< T > &dom)=0 |
| bool | calcf (const gul::Ptr< T > &dom, T *f) |
Public Attributes | |
| int | dim |
| T | alf |
| T | tolx |
| gul::Ptr< T > | fvec |
| gul::Ptr< gul::Ptr< T > > | fjac |
|
||||||||||||||||||||
|
Definition at line 48 of file guma_newton.h. References alf, dim, gul::Ptr::reserve_pool(), and tolx.
|
|
|||||||||
|
Definition at line 61 of file guma_newton.h.
00061 { }
|
|
||||||||||||||||
|
Definition at line 73 of file guma_newton.h. References dim, and evaluate().
|
|
||||||||||
|
Referenced by calcf(). |
|
|||||
|
Definition at line 42 of file guma_newton.h. Referenced by newton_info(). |
|
|||||
|
Definition at line 41 of file guma_newton.h. Referenced by calcf(), and newton_info(). |
|
|||||
|
Definition at line 46 of file guma_newton.h. |
|
|||||
|
Definition at line 45 of file guma_newton.h. |
|
|||||
|
Definition at line 43 of file guma_newton.h. Referenced by newton_info(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001