
Public Member Functions | |
| SteepestDescentDirection () | |
| ~SteepestDescentDirection () | |
| bool | generateDirection (const RCP< ObjectiveBase > &obj, const Vector< double > &xCur, const Vector< double > &gradCur, const double &fCur, Vector< double > &p) |
Definition at line 30 of file PlayaSteepestDescent.hpp.
| Playa::SteepestDescentDirection::SteepestDescentDirection | ( | ) | [inline] |
Definition at line 34 of file PlayaSteepestDescent.hpp.
| Playa::SteepestDescentDirection::~SteepestDescentDirection | ( | ) | [inline] |
Definition at line 37 of file PlayaSteepestDescent.hpp.
| bool Playa::SteepestDescentDirection::generateDirection | ( | const RCP< ObjectiveBase > & | obj, | |
| const Vector< double > & | xCur, | |||
| const Vector< double > & | gradCur, | |||
| const double & | fCur, | |||
| Vector< double > & | p | |||
| ) | [virtual] |