#include <SlopeCondition.h>
Diagram dziedziczenia dla SlopeCondition
Sprawdza, czy nachylenie funkcji dla podanych dwóch punktów jest mniejsze od wartości granicznej (epsilon):
Metody publiczne | |
SlopeCondition (void) | |
Konstruktor domyślny. | |
SlopeCondition (const DoubleParameter &epsilon) | |
Konstruktor. | |
SlopeCondition (const SlopeCondition &from) | |
Konstruktor kopiujący. | |
~SlopeCondition (void) | |
Destruktor. | |
virtual std::auto_ptr< StopConditionBase > | Clone () const |
Tworzy kopię obiektu. | |
virtual bool | IsMet (const ColumnVector &previousPoint, const ColumnVector &lastPoint, double previousSlope, double lastSlope, double customValue=0) const |
Sprawdź warunek stopu. | |
virtual bool | IsMet (const ColumnVector &previousPoint, const ColumnVector &lastPoint, double previousSlope, const FunctionBase &function, double customValue=0) const |
Sprawdź warunek stopu. | |
virtual bool | IsMet (const ColumnVector &previousPoint, const ColumnVector &lastPoint, const FunctionBase &function, double customValue=0) const |
Sprawdź warunek stopu. |
|
Konstruktor.
|
|
Konstruktor kopiujący.
|
|
Sprawdź warunek stopu.
Implementuje StandardStopCondition. |
|
Sprawdź warunek stopu.
Implementuje StandardStopCondition. |
|
Sprawdź warunek stopu.
Implementuje StandardStopCondition. |