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

NlpIterate Class Reference
[NlpSupport]

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

#include <NlpIterate.hh>

Inheritance diagram for NlpIterate:

IotrRefCount List of all members.

Nlp Variables

 NlpIterate (NlpBounds &bounds)
 Constructor.

virtual void axpy (double alpha, NlpLinsysSol &step)
 Updates variables by adding alpha * step to the current variabes, (i.e.

virtual void getX (IotrVector &x)
 copies mX into x

virtual void startingPoint (NlpBounds &bounds)
 Make variables interior with respect to bounds.

virtual void asMfile (std::ostream &out)
 Print out residual vectors to C++-style output stream.


Detailed Description

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

It includes a representation of both the primal and dual variables.


Member Function Documentation

virtual void NlpIterate::axpy double    alpha,
NlpLinsysSol   step
[virtual]
 

Updates variables by adding alpha * step to the current variabes, (i.e.

this += alpha*step. )


The documentation for this class was generated from the following file:
Generated on Wed Aug 27 10:03:42 2003 for iotr by doxygen1.2.18