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

NlpSlackGrads Class Reference

An implementation of NlpGrads that transparently includes the gradients of slack variables amoung the other gradients. More...

#include <NlpSlack.hh>

Inheritance diagram for NlpSlackGrads:

NlpGrads IotrRefCount List of all members.

Public Methods

virtual void getObjectiveGradient (IotrVector &g)
 Get mG.

virtual void jacobianTransposeMult (double alpha, IotrVector &x, double beta, IotrVector &y)
 Compute y = beta * y + alpha * J` * x.

virtual void jacobianTransposeMult (double alpha, IotrVector &y, IotrVector &lambda, IotrVector &pi, IotrVector &gamma, IotrVector &phi, double beta, IotrVector &y)
virtual void jacobianMult (double alpha, IotrVector &x, double beta, IotrVector &y)
 Compute y = beta * y + alpha * J * x.

virtual void condensedJacobianMult (double alpha, IotrVector &x, double beta, IotrVector &y)
 Compute y = beta * y + alpha * J * x.

virtual void inspect ()
virtual void inspectAsMatlab ()

Protected Attributes

GenMatrixHandle mJJ
 Stores the current constraint Jacobian.


Detailed Description

An implementation of NlpGrads that transparently includes the gradients of slack variables amoung the other gradients.


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