My Project
debian-1:4.1.1-p2+ds-4build2
Public Member Functions
cache_compare Struct Reference
Public Member Functions
bool
operator()
(
const
poly &
l
,
const
poly &r)
const
Detailed Description
Definition at line
199
of file
syz4.cc
.
Member Function Documentation
◆
operator()()
bool cache_compare::operator()
(
const
poly &
l
,
const
poly &
r
)
const
inline
Definition at line
201
of file
syz4.cc
.
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
*/
208
}
The documentation for this struct was generated from the following file:
kernel/GBEngine/
syz4.cc
currRing
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
Definition:
polys.cc:13
p_LmCmp
static int p_LmCmp(poly p, poly q, const ring r)
Definition:
p_polys.h:1507
l
int l
Definition:
cfEzgcd.cc:93
Generated on Tue Mar 24 2020 14:10:46 for My Project by
doxygen 1.8.17
for
Singular debian-1:4.1.1-p2+ds-4build2