NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
NOX::Direction Namespace Reference

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...
 

Detailed Description

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.