#include "kernel/mod2.h"
#include "Singular/ipid.h"
#include "gfanlib/gfanlib.h"
Go to the source code of this file.
◆ bbpolytope_setup()
Definition at line 549 of file bbpolytope.cc.
550{
552
553
554
557
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
585
586}
BOOLEAN polytopeViaVertices(leftv res, leftv args)
void bbpolytope_destroy(blackbox *, void *d)
char * bbpolytope_String(blackbox *, void *d)
BOOLEAN polytopeViaNormals(leftv res, leftv args)
BOOLEAN dualPolytope(leftv res, leftv args)
BOOLEAN scalePolytope(leftv res, leftv args)
void * bbpolytope_Init(blackbox *)
BOOLEAN bbpolytope_Assign(leftv l, leftv r)
BOOLEAN mixedVolume(leftv res, leftv args)
gfan::ZCone newtonPolytope(poly p, ring r)
BOOLEAN vertices(leftv res, leftv args)
void * bbpolytope_Copy(blackbox *, void *d)
int setBlackboxStuff(blackbox *bb, const char *n)
define a new type
◆ getAmbientDimension()
Definition at line 386 of file bbpolytope.cc.
387{
388 return zc->ambientDimension()-1;
389}
◆ getCodimension()
◆ getDimension()
◆ getFacetNormals()
◆ intStar2ZVectorWithLeadingOne()
Definition at line 401 of file bbpolytope.cc.
402{
405 for(
int j=1;
j<=d;
j++)
406 {
408 }
410}
◆ polytopeID