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

Function redtail

kernel/GBEngine/kutil.cc:6908–6912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6906}
6907
6908poly redtail (poly p, int end_pos, kStrategy strat)
6909{
6910 LObject L(p, currRing);
6911 return redtail(&L, end_pos, strat);
6912}
6913
6914poly redtailBba (LObject* L, int end_pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize)
6915{

Callers 6

k_sca_moraFunction · 0.85
kutil.ccFile · 0.85
updateSFunction · 0.85
completeReduceFunction · 0.85
moraFunction · 0.85
kNF1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected