PIPS-NLP
Public Member Functions | List of all members
Data Class Referenceabstract

#include <Data.h>

Inheritance diagram for Data:
NlpGenData sData

Public Member Functions

 Data ()
 
virtual ~Data ()
 
virtual double datanorm ()=0
 
virtual void print ()=0
 

Detailed Description

Stores the data of the the QP in a format appropriate for the problem structure.

Constructor & Destructor Documentation

Data::Data ( )
Data::~Data ( )
virtual

Member Function Documentation

virtual double Data::datanorm ( )
pure virtual

compute the norm of the problem data

Implemented in NlpGenData.

virtual void Data::print ( )
pure virtual

print the problem data

Implemented in NlpGenData.


The documentation for this class was generated from the following files: