#include "IpTypes.hpp"
#include "IpTaggedObject.hpp"
#include "IpCachedResults.hpp"
#include "IpSmartPtr.hpp"
#include "IpJournalist.hpp"
#include "IpException.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | Ipopt::Vector |
Vector Base Class. More... | |
class | Ipopt::VectorSpace |
VectorSpace base class, corresponding to the Vector base class. More... | |
Namespaces | |
namespace | Ipopt |
This file contains a base class for all exceptions and a set of macros to help with exceptions. | |
Macros | |
#define | DBG_PRINT_VECTOR(__verbose_level, __vec_name, __vec) |
Functions | |
Ipopt::DECLARE_STD_EXCEPTION (UNIMPLEMENTED_LINALG_METHOD_CALLED) | |
Exception that can be used to flag unimplemented linear algebra methods. | |
#define DBG_PRINT_VECTOR | ( | __verbose_level, | |
__vec_name, | |||
__vec | |||
) |
Definition at line 878 of file IpVector.hpp.