Home
last modified time | relevance | path

Searched refs:copy_ordering (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.h393 ring rCopy0(const ring r, BOOLEAN copy_qideal = TRUE, BOOLEAN copy_ordering = TRUE);
395 BOOLEAN copy_ordering = TRUE);
H A Dring.cc1363 ring rCopy0(const ring r, BOOLEAN copy_qideal, BOOLEAN copy_ordering) in rCopy0() argument
1436 if (copy_ordering == TRUE) in rCopy0()
1475 assume(copy_ordering); in rCopy0()
1492 ring rCopy0AndAddA(const ring r, int64vec *wv64, BOOLEAN copy_qideal, BOOLEAN copy_ordering) in rCopy0AndAddA() argument
1568 if (copy_ordering == TRUE) in rCopy0AndAddA()
1619 if (!copy_ordering) in rCopy0AndAddA()