xc
|
Base class for the algorithms that compute the analysis step size. More...
#include <StepSizeRule.h>
Public Member Functions | |
virtual int | computeStepSize (Vector u, Vector grad_G, double G, Vector d, int stepNumber)=0 |
virtual double | getStepSize (void)=0 |
virtual double | getInitialStepSize (void)=0 |
virtual double | getGFunValue (void)=0 |
Base class for the algorithms that compute the analysis step size.