Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

NlpSupport

Code for building a nonlinear problem. More...


Files

file  Nlp.hh
 Supports the intialization of a nonlinear problem and the storage of the problem specific bounds and functions.

file  NlpBounds.hh
 Supports the manipulation of the bounds of a non-linear programming problem.

file  NlpIterate.hh
 Supports the storage and manipulation of the NLP variables.

file  NlpLinsys.hh
 Supports the build and solution computation of a Kkt system with respect to a nonlinear problem.

file  NlpResiduals.hh
 Supports the calculation of the residual vectors.

file  NlpSimple.hh
 Supports the intialization of a nonlinear problem and the storage of the problem specific bounds and functions.

file  NlpSimpleLinsys.hh
 Supports the build and solution computation of a Kkt system with respect to a nonlinear problem.


Compounds

class  Nlp
 A class whose instances represent particular nonlinear programs. More...

class  NlpBounds
 A class whose instances represent the upper and lower bounds of a nonlinear program. More...

class  NlpGrads
 A class whose instances represent the gradients of the objective and constraint functions of a nonlinear program. More...

class  NlpHessian
 A class whose instances represent the Hessian of the Lagrangian of a nonlinear program. More...

class  NlpIterate
 An instance of NlpIterate represents the current iterate of a nonlinear programming solver. More...

class  NlpJacobianMult
 A linear operator that performs multiplication by the Jacobian matrix defined by an instance of NlpSlackGrads. More...

class  NlpLinsys
 Represents and primal-dual system, and provides methods for solving the system. More...

class  NlpLocalModel
 Represents the linear model of the nonlinear programming problem at a specific iterate. More...

class  NlpResiduals
 Represents the residual vectors of a primal-dual interior point algorithm. More...

class  NlpSimple
 An implementation of Nlp that does not add slack variables, or transform the problem in any way other than to remove fixed variables. More...

class  NlpSimpleGrads
 An implementation of NlpGrads that does not add slack variables, or otherwise alter the values of the gradients of the objective or constraint functions, except by removing elements corresponding to fixed variables. More...

class  NlpSimpleGrads
 An implementation of NlpGrads that does not add slack variables, or otherwise alter the values of the gradients of the objective or constraint functions, except by removing elements corresponding to fixed variables. More...

class  NlpSimpleHessian
 An implementation of NlpHessian that doesn't use slacks or alter the values in any way other than to remove fixed variables. More...

class  NlpSimpleHessian
 An implementation of NlpHessian that doesn't use slacks or alter the values in any way other than to remove fixed variables. More...

class  NlpSimpleLinsys
 An implementation of NlpLinsys that may be used with a NlpSimple problem formulation. More...

class  NlpSimpleLocalModel
 An implementation of NlpLocalModel that doesn't use slacks, or alter the data in any way other than to remove fixed variables. More...

class  NlpSimpleValues
 An implementation of NlpValues that does not add slack variables, or otherwise alter the given values of the objective and constraint functions. More...

class  NlpSimpleValues
 An implementation of NlpValues that does not add slack variables, or otherwise alter the given values of the objective and constraint functions. More...

class  NlpValues
 A class whose instances represent the values of the objective and constraint functions of a nonlinear programming problem. More...


Detailed Description

Code for building a nonlinear problem.


Generated on Wed Aug 27 10:03:42 2003 for iotr by doxygen1.2.18