Classes | |
| class | NOX::Direction::Broyden |
| Broyden direction More... | |
| class | NOX::Direction::Broyden::BroydenMemoryUnit |
| Utility class for NOX::Direction::Broyden::BroydenMemory. More... | |
| class | NOX::Direction::Broyden::BroydenMemory |
| Utility class for NOX::Direction::Broyden method to manage the information stored in "limited" memory. More... | |
| 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::NonlinearCG |
| Calculates a search direction using the Nonlinear Conjugate Gradient method. 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