Inheritance:
Inherited from Newton:
Public Methods
-
void SetNIterMax(int n)
-
void SetEpsilon(double e)
-
void SetDampingFactor(double g)
-
int FindRoot(double &x, A &c)
Protected Methods
-
virtual double dfdx(double x, A &)
-
virtual double fx(double x, A &)
Private Fields
-
double gamma
-
double epsilon
-
int NIterMax
-
Max number of iterations
Private Methods
-
int FindNextRoot(double &x, A &c)
Documentation
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.