My Project
debian-1:4.1.1-p2+ds-4build1
Singular
dyn_modules
gfanlib
bbcone.h
Go to the documentation of this file.
1
#ifndef BBCONE_H
2
#define BBCONE_H
3
4
#include "
kernel/mod2.h
"
5
6
#if HAVE_GFANLIB
7
8
#include "
misc/intvec.h
"
9
#include "
coeffs/bigintmat.h
"
10
#include "
Singular/ipid.h
"
11
12
#include "gfanlib/gfanlib.h"
13
14
extern
int
coneID
;
15
16
void
bbcone_setup
(
SModulFunctions
*
p
);
17
18
std::string
toString
(
const
gfan::ZCone*
const
c);
19
20
gfan::ZVector
randomPoint
(
const
gfan::ZCone* zc);
21
gfan::ZCone
liftUp
(
const
gfan::ZCone &zc);
22
gfan::ZMatrix
interiorPointsOfFacets
(
const
gfan::ZCone &zc,
const
std::set<gfan::ZVector> &exceptThese=std::set<gfan::ZVector>());
23
std::pair<gfan::ZMatrix,gfan::ZMatrix>
interiorPointsAndNormalsOfFacets
(
const
gfan::ZCone zc,
const
std::set<gfan::ZVector> &exceptThesePoints=std::set<gfan::ZVector>(),
const
bool
onlyLowerHalfSpace=
false
);
24
25
#endif
26
#endif
randomPoint
gfan::ZVector randomPoint(const gfan::ZCone *zc)
Definition:
bbcone.cc:1055
interiorPointsOfFacets
gfan::ZMatrix interiorPointsOfFacets(const gfan::ZCone &zc, const std::set< gfan::ZVector > &exceptThese=std::set< gfan::ZVector >())
Definition:
bbcone.cc:1847
bigintmat.h
coneID
int coneID
Definition:
bbcone.cc:25
bbcone_setup
void bbcone_setup(SModulFunctions *p)
Definition:
bbcone.cc:2057
mod2.h
intvec.h
interiorPointsAndNormalsOfFacets
std::pair< gfan::ZMatrix, gfan::ZMatrix > interiorPointsAndNormalsOfFacets(const gfan::ZCone zc, const std::set< gfan::ZVector > &exceptThesePoints=std::set< gfan::ZVector >(), const bool onlyLowerHalfSpace=false)
Definition:
bbcone.cc:1900
SModulFunctions
Definition:
ipid.h:66
liftUp
gfan::ZCone liftUp(const gfan::ZCone &zc)
Definition:
bbcone.cc:1161
string
#define string
Definition:
libparse.cc:1249
toString
std::string toString(const gfan::ZCone *const c)
Definition:
bbcone.cc:27
p
int p
Definition:
cfModGcd.cc:4019
ipid.h
Generated on Wed Jan 29 2020 08:34:04 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.1-p2+ds-4build1