My Project  UNKNOWN_GIT_VERSION
startingCone.h
Go to the documentation of this file.
1 #ifndef STARTING_CONE_H
2 #define STARTING_CONE_H
3 
4 #include "groebnerCone.h"
5 #include "tropicalStrategy.h"
6 
7 extern gfan::ZMatrix tropicalStartingPoints;
8 
11 
18 
19 #endif
negativeTropicalStartingPoint
BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args)
Definition: startingCone.cc:191
nonNegativeTropicalStartingPoint
BOOLEAN nonNegativeTropicalStartingPoint(leftv res, leftv args)
Definition: startingCone.cc:156
tropicalStartingCone
groebnerCone tropicalStartingCone(const tropicalStrategy &currentCase)
Definition: startingCone.cc:374
positiveTropicalStartingPoint
BOOLEAN positiveTropicalStartingPoint(leftv res, leftv args)
Definition: startingCone.cc:121
sleftv
Class used for (list of) interpreter objects.
Definition: subexpr.h:82
res
CanonicalForm res
Definition: facAbsFact.cc:64
groebnerStartingCone
groebnerCone groebnerStartingCone(const tropicalStrategy &currentStrategy)
Definition: startingCone.cc:21
BOOLEAN
int BOOLEAN
Definition: auxiliary.h:85
nonPositiveTropicalStartingPoint
BOOLEAN nonPositiveTropicalStartingPoint(leftv res, leftv args)
Definition: startingCone.cc:227
tropicalStrategy.h
groebnerCone.h
tropicalStartingPoints
gfan::ZMatrix tropicalStartingPoints
Definition: startingCone.cc:18
groebnerCone
Definition: groebnerCone.h:27
tropicalStartingPoint
BOOLEAN tropicalStartingPoint(leftv res, leftv args)
Definition: startingCone.cc:263
tropicalStrategy
Definition: tropicalStrategy.h:36