#include <Tasks/Bounds.h>
|
| QBound () |
|
| QBound (std::vector< std::vector< double >> lQB, std::vector< std::vector< double >> uQB) |
|
|
std::vector< std::vector< double > > | lQBound |
| \( \underline{q} \) More...
|
|
std::vector< std::vector< double > > | uQBound |
| \( \overline{q} \) More...
|
|
General position vector bounds \( \underline{q} \) and \( \overline{q} \).
◆ QBound() [1/2]
tasks::QBound::QBound |
( |
| ) |
|
|
inline |
◆ QBound() [2/2]
tasks::QBound::QBound |
( |
std::vector< std::vector< double >> |
lQB, |
|
|
std::vector< std::vector< double >> |
uQB |
|
) |
| |
|
inline |
◆ lQBound
std::vector<std::vector<double> > tasks::QBound::lQBound |
◆ uQBound
std::vector<std::vector<double> > tasks::QBound::uQBound |
The documentation for this struct was generated from the following file: