My Project
|
#include "kernel/mod2.h"
#include "misc/intvec.h"
#include "misc/sirandom.h"
#include "coeffs/bigintmat.h"
#include "coeffs/longrat.h"
#include "Singular/ipid.h"
#include "Singular/ipshell.h"
#include "Singular/blackbox.h"
#include "Singular/links/ssiLink.h"
#include "callgfanlib_conversion.h"
#include "gfanlib/gfanlib.h"
#include "gfanlib/gfanlib_q.h"
#include "bbfan.h"
#include "bbpolytope.h"
Go to the source code of this file.
Variables | |
VAR int | coneID |
Definition at line 723 of file bbcone.cc.
Definition at line 85 of file bbcone.cc.
void * bbcone_Copy | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 1993 of file bbcone.cc.
void bbcone_destroy | ( | blackbox * | , |
void * | d | ||
) |
void * bbcone_Init | ( | blackbox * | ) |
Definition at line 164 of file bbcone.cc.
Definition at line 1944 of file bbcone.cc.
void bbcone_setup | ( | SModulFunctions * | p | ) |
Definition at line 2101 of file bbcone.cc.
char * bbcone_String | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 791 of file bbcone.cc.
Definition at line 1484 of file bbcone.cc.
Definition at line 352 of file bbcone.cc.
Definition at line 523 of file bbcone.cc.
Definition at line 1696 of file bbcone.cc.
Definition at line 1533 of file bbcone.cc.
Definition at line 1597 of file bbcone.cc.
BOOLEAN convexHull | ( | leftv | res, |
leftv | args | ||
) |
Definition at line 1366 of file bbcone.cc.
Definition at line 2010 of file bbcone.cc.
Definition at line 757 of file bbcone.cc.
Definition at line 577 of file bbcone.cc.
Definition at line 1735 of file bbcone.cc.
Definition at line 850 of file bbcone.cc.
|
static |
|
static |
|
static |
|
static |
Definition at line 1931 of file bbcone.cc.
Definition at line 1641 of file bbcone.cc.
std::pair< gfan::ZMatrix, gfan::ZMatrix > interiorPointsAndNormalsOfFacets | ( | const gfan::ZCone | zc, |
const std::set< gfan::ZVector > & | exceptThesePoints, | ||
const bool | onlyLowerHalfSpace | ||
) |
Definition at line 1853 of file bbcone.cc.
gfan::ZMatrix interiorPointsOfFacets | ( | const gfan::ZCone & | zc, |
const std::set< gfan::ZVector > & | exceptThese | ||
) |
Definition at line 1799 of file bbcone.cc.
Definition at line 1209 of file bbcone.cc.
Definition at line 901 of file bbcone.cc.
Definition at line 237 of file bbcone.cc.
Definition at line 259 of file bbcone.cc.
Definition at line 302 of file bbcone.cc.
Definition at line 389 of file bbcone.cc.
Definition at line 416 of file bbcone.cc.
Definition at line 464 of file bbcone.cc.
gfan::ZCone liftUp | ( | const gfan::ZCone & | zc | ) |
gfan::ZMatrix liftUp | ( | const gfan::ZMatrix & | zm | ) |
Definition at line 825 of file bbcone.cc.
Definition at line 1069 of file bbcone.cc.
Definition at line 1087 of file bbcone.cc.
Definition at line 662 of file bbcone.cc.
Definition at line 996 of file bbcone.cc.
Definition at line 1136 of file bbcone.cc.
int siRandBound | ( | const int | b | ) |
Definition at line 27 of file bbcone.cc.