My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
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_VAR
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
polytopeID
VAR int polytopeID
Definition
bbpolytope.cc:16
bbpolytope_setup
void bbpolytope_setup(SModulFunctions *p)
Definition
bbpolytope.cc:549
getCodimension
int getCodimension(gfan::ZCone *zc)
Definition
bbpolytope.cc:391
intStar2ZVectorWithLeadingOne
gfan::ZVector intStar2ZVectorWithLeadingOne(const int d, const int *i)
Definition
bbpolytope.cc:401
getDimension
int getDimension(gfan::ZCone *zc)
Definition
bbpolytope.cc:396
getAmbientDimension
int getAmbientDimension(gfan::ZCone *zc)
Definition
bbpolytope.cc:386
getFacetNormals
bigintmat * getFacetNormals(gfan::ZCone *zc)
i
int i
Definition
cfEzgcd.cc:132
p
int p
Definition
cfModGcd.cc:4086
bigintmat
Matrices of numbers.
Definition
bigintmat.h:51
EXTERN_VAR
#define EXTERN_VAR
Definition
globaldefs.h:6
ipid.h
mod2.h
SModulFunctions
Definition
ipid.h:69
Generated on
for My Project by
doxygen 1.17.0
for
Singular