Factory for creating simplices.
More...
#include <SimplexFactory.hpp>
|
static std::tuple< Matrix, Vector > | createSimplex (long numberOfDimensions) |
| Creates \(A\) and \(b\) such that \(Ax < b\) is a simplex. More...
|
|
template<typename Matrix, typename Vector>
class hops::SimplexFactory< Matrix, Vector >
Factory for creating simplices.
- Template Parameters
-
◆ createSimplex()
template<typename Matrix , typename Vector >
static std::tuple<Matrix, Vector> hops::SimplexFactory< Matrix, Vector >::createSimplex |
( |
long |
numberOfDimensions | ) |
|
|
inlinestatic |
Creates \(A\) and \(b\) such that \(Ax < b\) is a simplex.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: