My Project
debian-1:4.1.2-p1+ds-2
Public Member Functions
cache_compare Struct Reference
Public Member Functions
bool
operator()
(
const
poly &
l
,
const
poly &r)
const
Detailed Description
Definition at line
215
of file
syz4.cc
.
Member Function Documentation
◆
operator()()
bool cache_compare::operator()
(
const
poly &
l
,
const
poly &
r
)
const
inline
Definition at line
217
of file
syz4.cc
.
217
{
218
inline
bool
operator()
(
const
poly&
l
,
const
poly& r)
const
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
*/
The documentation for this struct was generated from the following file:
kernel/GBEngine/
syz4.cc
cache_compare::operator()
bool operator()(const poly &l, const poly &r) const
Definition:
syz4.cc:217
p_LmCmp
static int p_LmCmp(poly p, poly q, const ring r)
Definition:
p_polys.h:1481
l
int l
Definition:
cfEzgcd.cc:93
currRing
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
Definition:
polys.cc:13
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2