MCPcopy Create free account
hub / github.com/Singular/Singular / id_Shift

Function id_Shift

libpolys/polys/simpleideals.cc:2120–2132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2118}
2119
2120void id_Shift(ideal M, int s, const ring r)
2121{
2122// id_Test( M, r );
2123
2124// assume( s >= 0 ); // negative is also possible // TODO: verify input ideal in such a case!?
2125
2126 for(int i=IDELEMS(M)-1; i>=0;i--)
2127 p_Shift(&(M->m[i]),s,r);
2128
2129 M->rank += s;
2130
2131// id_Test( M, r );
2132}
2133
2134ideal id_Delete_Pos(const ideal I, const int p, const ring r)
2135{

Callers 8

jjALIGN_MFunction · 0.85
jiA_IDEAL_MoFunction · 0.85
idPrepare_printFunction · 0.85
idPrepareFunction · 0.85
idLiftFunction · 0.85
syResolventeFunction · 0.85
sySchreyerResolventeFunction · 0.85
syKoszFunction · 0.85

Calls 1

p_ShiftFunction · 0.85

Tested by

no test coverage detected