class Rotor_NewtonMethod


Inheritance:


Inherited from Newton:

Public Methods

ovoid SetNIterMax(int n)
ovoid SetEpsilon(double e)
ovoid SetDampingFactor(double g)
oint FindRoot(double &x, A &c)

Protected Methods

ovirtual double dfdx(double x, A &)
ovirtual double fx(double x, A &)

Private Fields

odouble gamma
odouble epsilon
oint NIterMax
o Max number of iterations

Private Methods

oint 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++.