My Project
Loading...
Searching...
No Matches
Public Member Functions
groebnerCone_compare Struct Reference

#include <groebnerCone.h>

Public Member Functions

bool operator() (const groebnerCone &sigma, const groebnerCone &theta) const
 

Detailed Description

Definition at line 115 of file groebnerCone.h.

Member Function Documentation

◆ operator()()

bool groebnerCone_compare::operator() ( const groebnerCone sigma,
const groebnerCone theta 
) const
inline

Definition at line 117 of file groebnerCone.h.

118 {
119 const gfan::ZVector p1 = sigma.getInteriorPoint();
120 const gfan::ZVector p2 = theta.getInteriorPoint();
121 assume (p1.size() == p2.size());
122 return p1 < p2;
123 }
gfan::ZVector getInteriorPoint() const
Definition: groebnerCone.h:65
#define assume(x)
Definition: mod2.h:389

The documentation for this struct was generated from the following file: