politopix
5.0.0
|
#include <vector>
#include <numeric>
#include <stdexcept>
#include <exception>
#include <boost/shared_ptr.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
#include "Rn.h"
Go to the source code of this file.
Classes | |
class | HalfSpace_Rn |
A half-space whose frontier is a linear (n-1) dimension space. _constant + _coefficients[0].x1 + ... + _coefficients[n-1].xn >= 0. More... | |
class | NormedHalfSpace_Rn |
class | Hyperplane_Rn |
A linear (n-1) dimension space in. More... | |
Definition in file HalfSpace_Rn.h.