Home
last modified time | relevance | path

Searched refs:rAssure_CompLastBlock (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.h742 ring rAssure_CompLastBlock(const ring r, BOOLEAN complete = TRUE);
H A Dring.cc4655 ring rAssure_CompLastBlock(ring r, BOOLEAN complete) in rAssure_CompLastBlock() function
4714 ring new_r_1 = rAssure_CompLastBlock(r, FALSE); // due to this FALSE - no completion! in rAssure_SyzComp_CompLastBlock()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsyz0.cc913 syRing = rAssure_CompLastBlock(origR, TRUE); in sySchreyerResolvente()