Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dshiftop.h26 int p_LastVblock(poly p, const ring r);
32 #define pLastVblock(p) p_LastVblock(p,currRing)
H A Dshiftop.cc403 int p_LastVblock(poly p, const ring r) in p_LastVblock() function