#include <NlpIterate.hh>
Inheritance diagram for NlpIterate:

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. | |
It includes a representation of both the primal and dual variables.
|
||||||||||||
|
Updates variables by adding alpha * step to the current variabes, (i.e. this += alpha*step. ) |
1.2.18