My Project  debian-1:4.1.1-p2+ds-4
Public Member Functions
cache_compare Struct Reference

Public Member Functions

bool operator() (const poly &l, const poly &r) const
 

Detailed Description

Definition at line 198 of file syz4.cc.

Member Function Documentation

◆ operator()()

bool cache_compare::operator() ( const poly &  l,
const poly &  r 
) const
inline

Definition at line 200 of file syz4.cc.

200 {
201  inline bool operator() (const poly& l, const poly& r) const
202  {
203  return (p_LmCmp(l, r, currRing) == -1);
204  /* For expensive orderings, consider:
205  * return (memcmp(l->exp, r->exp,
206  * (currRing->CmpL_Size)*sizeof(unsigned long)) < 0);
207  */

The documentation for this struct was generated from the following file:
currRing
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
Definition: polys.cc:13
cache_compare::operator()
bool operator()(const poly &l, const poly &r) const
Definition: syz4.cc:200
p_LmCmp
static int p_LmCmp(poly p, poly q, const ring r)
Definition: p_polys.h:1488
l
int l
Definition: cfEzgcd.cc:93