|
ZonoOpt v1.0.0
|
ZonoOpt library main header file. More...
#include "Point.hpp"#include "Zono.hpp"#include "ConZono.hpp"#include "HybZono.hpp"#include "PolymorphicFunctions.hpp"#include "Intervals.hpp"#include "Inequality.hpp"#include "EmptySet.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ZonoOpt |
Macros | |
| #define | EIGEN_MPL2_ONLY |
| #define | zono_float double |
| Defines the floating-point type used in ZonoOpt. | |
| #define | zono_eps Eigen::NumTraits<zono_float>::dummy_precision() |
| Defines the precision used for floating point comparisons in ZonoOpt. | |
Typedefs | |
| typedef std::unique_ptr< HybZono > | ZonoOpt::ZonoPtr |
| Type alias for a unique pointer to a (polymorphic) HybZono object. <> | |
| #define EIGEN_MPL2_ONLY |