NOX
Development
|
Search direction strategies. More...
Classes | |
class | Broyden |
Broyden direction More... | |
class | Factory |
Factory to build direction objects derived from NOX::Direction::Generic. More... | |
class | Generic |
Generic direction interface More... | |
class | Newton |
Newton direction computation More... | |
class | NonlinearCG |
Calculates a search direction using the Nonlinear Conjugate Gradient method. More... | |
class | SteepestDescent |
Calculates the steepest descent direction. More... | |
class | UserDefinedFactory |
Pure virtual interface for users to supply their own direction objects. More... | |
class | UserDefinedFactoryT |
Concrete instantiation of a NOX::Direction::UserDefinedFactory object that uses the base objects only for constuction. More... | |
Search direction strategies.
The Generic class spells out the interface. The Manager class can instantiate any other concrete implementation. The remaining classes are concrete implementations.