![]() |
My Project
|
#include "polys/monomials/p_polys.h"#include "coeffs/coeffs.h"#include "callgfanlib_conversion.h"#include "bbcone.h"#include "ppinitialReduction.h"#include "containsMonomial.h"#include "initial.h"#include "witness.h"#include "tropicalCurves.h"#include "tropicalStrategy.h"#include "startingCone.h"#include "groebnerFan.h"#include "groebnerComplex.h"#include "tropicalVariety.h"Go to the source code of this file.
Functions | |
| gfan::ZCone | homogeneitySpace (ideal I, ring r) |
| BOOLEAN | homogeneitySpace (leftv res, leftv args) |
| gfan::ZCone | lowerHomogeneitySpace (ideal I, ring r) |
| BOOLEAN | lowerHomogeneitySpace (leftv res, leftv args) |
| gfan::ZCone | groebnerCone (const ideal I, const ring r, const gfan::ZVector &w) |
| BOOLEAN | groebnerCone (leftv res, leftv args) |
| gfan::ZCone | maximalGroebnerCone (const ideal &I, const ring &r) |
| BOOLEAN | maximalGroebnerCone (leftv res, leftv args) |
| BOOLEAN | initial (leftv res, leftv args) |
| void | tropical_setup (SModulFunctions *p) |
Variables | |
| VAR int | tropicalVerboseLevel = 0 |
Definition at line 156 of file tropical.cc.
Definition at line 211 of file tropical.cc.
| gfan::ZCone homogeneitySpace | ( | ideal | I, |
| ring | r ) |
Definition at line 19 of file tropical.cc.
Definition at line 373 of file tropical.cc.
| gfan::ZCone lowerHomogeneitySpace | ( | ideal | I, |
| ring | r ) |
Definition at line 85 of file tropical.cc.
Definition at line 291 of file tropical.cc.
Definition at line 323 of file tropical.cc.
| void tropical_setup | ( | SModulFunctions * | p | ) |
Definition at line 441 of file tropical.cc.
| VAR int tropicalVerboseLevel = 0 |
Definition at line 17 of file tropical.cc.