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

Public Member Functions

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

Detailed Description

Definition at line 216 of file syz4.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 218 of file syz4.cc.

219 {
220 return (p_LmCmp(l, r, currRing) == -1);
221 /* For expensive orderings, consider:
222 * return (memcmp(l->exp, r->exp,
223 * (currRing->CmpL_Size)*sizeof(unsigned long)) < 0);
224 */
225 }
int l
Definition: cfEzgcd.cc:100
static int p_LmCmp(poly p, poly q, const ring r)
Definition: p_polys.h:1578
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
Definition: polys.cc:13

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