![]() |
#include "kernel/mod2.h"#include "Singular/dyn_modules/gfanlib/callgfanlib_conversion.h"#include "Singular/dyn_modules/gfanlib/bbcone.h"#include "Singular/dyn_modules/gfanlib/bbfan.h"#include "Singular/mod_lib.h"#include "gitfan.h"Go to the source code of this file.
Namespaces | |
| gitfan | |
Functions | |
| void | gitfan::mergeFacets (facets &F, const facets &newFacets) |
| static gfan::ZCone | subcone (const lists &cones, const gfan::ZVector &point) |
| static gitfan::facets | interiorFacets (const gfan::ZCone &zc, const gfan::ZCone &bound) |
| BOOLEAN | refineCones (leftv res, leftv args) |
| static int | binomial (int n, int k) |
| intvec * | intToAface (unsigned int v0, int n, int k) |
| BOOLEAN | listOfAfacesToCheck (leftv res, leftv args) |
| BOOLEAN | nextAfaceToCheck (leftv res, leftv args) |
| BOOLEAN | checkSigns (leftv res, leftv args) |
| BOOLEAN | binaryToBigint (leftv res, leftv args) |
| BOOLEAN | composeIntvecs (leftv res, leftv args) |
| BOOLEAN | findPlaceToInsert (leftv res, leftv args) |
| void | subset (std::vector< int > &arr, int size, int left, int index, std::vector< int > &l, std::vector< std::vector< int > > &L) |
| BOOLEAN | subsets (leftv res, leftv args) |
| int SI_MOD_INIT() | gitfan (SModulFunctions *p) |
Definition at line 417 of file gitfan.cc.
Definition at line 368 of file gitfan.cc.
Definition at line 448 of file gitfan.cc.
Definition at line 472 of file gitfan.cc.
| int SI_MOD_INIT() gitfan | ( | SModulFunctions * | p | ) |
|
static |
Definition at line 104 of file gitfan.cc.
| intvec* intToAface | ( | unsigned int | v0, |
| int | n, | ||
| int | k | ||
| ) |
Definition at line 277 of file gitfan.cc.
Definition at line 328 of file gitfan.cc.
Definition at line 162 of file gitfan.cc.
| void subset | ( | std::vector< int > & | arr, |
| int | size, | ||
| int | left, | ||
| int | index, | ||
| std::vector< int > & | l, | ||
| std::vector< std::vector< int > > & | L | ||
| ) |
Definition at line 549 of file gitfan.cc.
Definition at line 565 of file gitfan.cc.