#include "kernel/mod2.h"
#include "Singular/ipid.h"
#include "gfanlib/gfanlib.h"
Go to the source code of this file.
◆ bbpolytope_setup()
◆ getAmbientDimension()
int getAmbientDimension |
( |
gfan::ZCone * |
zc | ) |
|
Definition at line 386 of file bbpolytope.cc.
388 return zc->ambientDimension()-1;
◆ getCodimension()
int getCodimension |
( |
gfan::ZCone * |
zc | ) |
|
◆ getDimension()
int getDimension |
( |
gfan::ZCone * |
zc | ) |
|
◆ getFacetNormals()
bigintmat* getFacetNormals |
( |
gfan::ZCone * |
zc | ) |
|
◆ intStar2ZVectorWithLeadingOne()
gfan::ZVector intStar2ZVectorWithLeadingOne |
( |
const int |
d, |
|
|
const int * |
i |
|
) |
| |
Definition at line 401 of file bbpolytope.cc.
403 gfan::ZVector zv(d+1);
405 for(
int j=1;
j<=d;
j++)
◆ polytopeID