My Project
Loading...
Searching...
No Matches
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
7extern gfan::ZMatrix tropicalStartingPoints;
8
11
18
19#endif
int BOOLEAN
Definition: auxiliary.h:87
Class used for (list of) interpreter objects.
Definition: subexpr.h:83
CanonicalForm res
Definition: facAbsFact.cc:60
implementation of the class groebnerCone
gfan::ZMatrix tropicalStartingPoints
Definition: startingCone.cc:18
groebnerCone tropicalStartingCone(const tropicalStrategy &currentCase)
BOOLEAN nonPositiveTropicalStartingPoint(leftv res, leftv args)
BOOLEAN tropicalStartingPoint(leftv res, leftv args)
BOOLEAN positiveTropicalStartingPoint(leftv res, leftv args)
BOOLEAN nonNegativeTropicalStartingPoint(leftv res, leftv args)
groebnerCone groebnerStartingCone(const tropicalStrategy &currentStrategy)
Definition: startingCone.cc:21
BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args)
implementation of the class tropicalStrategy