|
| std::ostream & | ZonoOpt::operator<< (std::ostream &os, const HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::vrep_2_hybzono (const std::vector< Eigen::Matrix< zono_float, -1, -1 > > &Vpolys, bool expose_indicators=false) |
| | Computes a hybrid zonotope from a union of vertex representation polytopes.
|
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator+ (const Eigen::Vector< zono_float, -1 > &v, HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator+ (const Box &box, HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator* (const Eigen::SparseMatrix< zono_float > &R, const HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator* (const Eigen::Matrix< zono_float, -1, -1 > &R, const HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator* (const IntervalMatrix &R, const HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator* (zono_float f, const HybZono &Z) |
| |
| std::unique_ptr< HybZono > | ZonoOpt::operator* (const Box &box, HybZono &Z) |
| |