Contractor around a box.
More...
#include <codac_CtcBox.h>
Inherits Ctc.
|
| CtcBox (const IntervalVector &b) |
| Creates a contractor around a support box.
|
|
void | contract (IntervalVector &x) |
| \(\mathcal{C}_\mathbf{b}\big([\mathbf{x}]\big)\)
|
|
|
const IntervalVector | _b |
| the support box
|
|
◆ CtcBox()
codac::CtcBox::CtcBox |
( |
const IntervalVector & | b | ) |
|
|
inline |
Creates a contractor around a support box.
- Parameters
-
33: Ctc(b.size()),
_b(b) {};
const IntervalVector _b
the support box
Definition codac_CtcBox.h:45
◆ contract()
void codac::CtcBox::contract |
( |
IntervalVector & | x | ) |
|
\(\mathcal{C}_\mathbf{b}\big([\mathbf{x}]\big)\)
- Parameters
-
x | the n-dimension box to be contracted |
The documentation for this class was generated from the following file: