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
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
.
218
{
219
inline
bool
operator()
(
const
poly&
l
,
const
poly& r)
const
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
*/
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
cache_compare::operator()
bool operator()(const poly &l, const poly &r) const
Definition:
syz4.cc:218
p_LmCmp
static int p_LmCmp(poly p, poly q, const ring r)
Definition:
p_polys.h:1479
l
int l
Definition:
cfEzgcd.cc:93
Generated on Thu Jan 9 2020 00:00:00 for My Project by
doxygen 1.8.16
for
Singular UNKNOWN_GIT_VERSION