Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Typedefs
IpDenseVector.hpp File Reference
#include "IpUtils.hpp"
#include "IpVector.hpp"
#include <map>

Go to the source code of this file.

Classes

class  Ipopt::DenseVector
 Dense Vector Implementation. More...
 
class  Ipopt::DenseVectorSpace
 This vectors space is the vector space for DenseVector. More...
 

Namespaces

 Ipopt
 

Typedefs

typedef std::map< std::string,
std::vector< std::string > > 
Ipopt::StringMetaDataMapType
 typedefs for the map variables that define meta data for the DenseVectorSpace More...
 
typedef std::map< std::string,
std::vector< Index > > 
Ipopt::IntegerMetaDataMapType
 
typedef std::map< std::string,
std::vector< Number > > 
Ipopt::NumericMetaDataMapType
 

Functions

Exceptions
 Ipopt::DECLARE_STD_EXCEPTION (METADATA_ERROR)