|
codac 2.0.5
|
#include <vector>#include "codac2_Vector.h"#include "codac2_Matrix.h"#include "codac2_IntervalVector.h"#include "codac2_Zonotope.h"#include "codac2_BoolInterval.h"Go to the source code of this file.
Classes | |
| class | codac2::Parallelepiped |
| Class representing a parallelepiped \(\mathbf{c} + \mathbf{A}\cdot[-1,1]^m\). More... | |
Namespaces | |
| namespace | codac2 |
Functions | |
| IntervalVector | codac2::operator& (const IntervalVector &x, const Parallelepiped &p) |
| Computes the intersection of a box with a parallelepiped. The matrix A has to be square and invertible. | |