My Project
UNKNOWN_GIT_VERSION
Public Member Functions
cache_compare Struct Reference
Public Member Functions
bool
operator()
(
const
poly &
l
,
const
poly &r)
const
Detailed Description
Definition at line
217
of file
syz4.cc
.
Member Function Documentation
◆
operator()()
bool cache_compare::operator()
(
const
poly &
l
,
const
poly &
r
)
const
inline
Definition at line
219
of file
syz4.cc
.
220
{
221
return
(
p_LmCmp
(
l
, r,
currRing
) == -1);
222
/* For expensive orderings, consider:
223
* return (memcmp(l->exp, r->exp,
224
* (currRing->CmpL_Size)*sizeof(unsigned long)) < 0);
225
*/
226
}
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:1498
l
int l
Definition:
cfEzgcd.cc:93
Generated on Wed Sep 30 2020 00:00:00 for My Project by
doxygen 1.8.20
for
Singular UNKNOWN_GIT_VERSION