Public Member Functions | |
| BasicLMBFGSDirection (int memSize) | |
| ~BasicLMBFGSDirection () | |
| bool | generateDirection (const RCP< ObjectiveBase > &obj, const Vector< double > &xCur, const Vector< double > &gradCur, const double &fCur, Vector< double > &p) |
Definition at line 32 of file PlayaBasicLMBFGS.hpp.
| Playa::BasicLMBFGSDirection::BasicLMBFGSDirection | ( | int | memSize | ) |
Definition at line 27 of file PlayaBasicLMBFGS.cpp.
| Playa::BasicLMBFGSDirection::~BasicLMBFGSDirection | ( | ) | [inline] |
Definition at line 39 of file PlayaBasicLMBFGS.hpp.
| bool Playa::BasicLMBFGSDirection::generateDirection | ( | const RCP< ObjectiveBase > & | obj, | |
| const Vector< double > & | xCur, | |||
| const Vector< double > & | gradCur, | |||
| const double & | fCur, | |||
| Vector< double > & | p | |||
| ) |
Definition at line 35 of file PlayaBasicLMBFGS.cpp.