Classes | |
| class | NOX::Direction::Generic |
| Generic direction interface More... | |
| class | NOX::Direction::Manager |
| Manager for all direction computations More... | |
| class | NOX::Direction::Newton |
| Newton direction computation More... | |
| class | NOX::Direction::SteepestDescent |
| Calculates the steepest descent direction. More... | |
The Generic class spells out the interface. The Manager class can instantiate any other concrete implementation. The remaining classes are concrete implementations.
1.3.9.1