A normed half-space whose frontier is a linear (n-1) dimension space.
_constant + _currentNormedVector[0].x1 + ... + _currentNormedVector[n-1].xn >= 0.
More...
#include <PolyhedralAlgorithms_Rn.h>
A normed half-space whose frontier is a linear (n-1) dimension space.
_constant + _currentNormedVector[0].x1 + ... + _currentNormedVector[n-1].xn >= 0.
Definition at line 407 of file PolyhedralAlgorithms_Rn.h.
◆ NormedHS()
NormedHS::NormedHS |
( |
const boost::numeric::ublas::vector< double > & |
nv, |
|
|
double |
cst, |
|
|
unsigned int |
nb |
|
) |
| |
|
inline |
◆ dump()
void NormedHS::dump |
( |
std::ostream & |
this_ostream | ) |
const |
|
inline |
◆ getConstant()
double NormedHS::getConstant |
( |
| ) |
const |
|
inline |
◆ getNormedVector()
const boost::numeric::ublas::vector<double>& NormedHS::getNormedVector |
( |
| ) |
const |
|
inline |
◆ getNumberOfNormedHS()
double NormedHS::getNumberOfNormedHS |
( |
| ) |
const |
|
inline |
◆ _constant
double NormedHS::_constant |
|
protected |
◆ _currentNormedVector
boost::numeric::ublas::vector<double> NormedHS::_currentNormedVector |
|
protected |
◆ _numberOfNormedHS
unsigned int NormedHS::_numberOfNormedHS |
|
protected |
The documentation for this class was generated from the following file: