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:88
CanonicalForm res
Definition facAbsFact.cc:60
implementation of the class groebnerCone
gfan::ZMatrix tropicalStartingPoints
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)
BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args)
sleftv * leftv
Definition structs.h:53
implementation of the class tropicalStrategy