My Project
debian-1:4.1.1-p2+ds-4
Singular
dyn_modules
gfanlib
bbpolytope.h
Go to the documentation of this file.
1
#ifndef BBPOLYTOPE_H
2
#define BBPOLYTOPE_H
3
4
#include "
kernel/mod2.h
"
5
6
#if HAVE_GFANLIB
7
8
#include "
Singular/ipid.h
"
9
#include "gfanlib/gfanlib.h"
10
11
extern
int
polytopeID
;
12
13
void
bbpolytope_setup
(
SModulFunctions
*
p
);
14
15
// zc is meant to represent a polytope here
16
bigintmat
*
getFacetNormals
(gfan::ZCone *zc);
17
int
getAmbientDimension
(gfan::ZCone* zc);
18
int
getCodimension
(gfan::ZCone *zc);
19
int
getDimension
(gfan::ZCone* zc);
20
21
gfan::ZVector
intStar2ZVectorWithLeadingOne
(
const
int
d,
const
int
*
i
);
22
23
#endif
24
#endif
bigintmat
Definition:
bigintmat.h:50
intStar2ZVectorWithLeadingOne
gfan::ZVector intStar2ZVectorWithLeadingOne(const int d, const int *i)
Definition:
bbpolytope.cc:401
i
int i
Definition:
cfEzgcd.cc:125
mod2.h
getFacetNormals
bigintmat * getFacetNormals(gfan::ZCone *zc)
SModulFunctions
Definition:
ipid.h:66
getDimension
int getDimension(gfan::ZCone *zc)
Definition:
bbpolytope.cc:396
p
int p
Definition:
cfModGcd.cc:4019
polytopeID
int polytopeID
Definition:
bbpolytope.cc:16
bbpolytope_setup
void bbpolytope_setup(SModulFunctions *p)
Definition:
bbpolytope.cc:549
getAmbientDimension
int getAmbientDimension(gfan::ZCone *zc)
Definition:
bbpolytope.cc:386
getCodimension
int getCodimension(gfan::ZCone *zc)
Definition:
bbpolytope.cc:391
ipid.h
Generated on Fri Jan 10 2020 08:17:41 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.1-p2+ds-4