codac 1.5.6
Loading...
Searching...
No Matches
codac::CtcBox Class Reference

Contractor around a box. More...

#include <codac_CtcBox.h>

Inherits Ctc.

Public Member Functions

 CtcBox (const IntervalVector &b)
 Creates a contractor around a support box.
 
void contract (IntervalVector &x)
 \(\mathcal{C}_\mathbf{b}\big([\mathbf{x}]\big)\)
 

Protected Attributes

const IntervalVector _b
 the support box
 

Detailed Description

Contractor around a box.

Constructor & Destructor Documentation

◆ CtcBox()

codac::CtcBox::CtcBox ( const IntervalVector & b)
inline

Creates a contractor around a support box.

Parameters
bthe support box
33: Ctc(b.size()), _b(b) {};
const IntervalVector _b
the support box
Definition codac_CtcBox.h:45

Member Function Documentation

◆ contract()

void codac::CtcBox::contract ( IntervalVector & x)

\(\mathcal{C}_\mathbf{b}\big([\mathbf{x}]\big)\)

Parameters
xthe n-dimension box to be contracted

The documentation for this class was generated from the following file: