Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ pNorm
Function
pNorm
kernel/polys.h:362–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
#define pDeleteComp(p,k) p_DeleteComp(p,k,currRing)
361
362
inline void pNorm(poly p){ p_Norm(p, currRing); }
363
364
365
#define pSubst(p,n,e) p_Subst(p,n,e,currRing)
Callers
15
jjSIMPL_P
Function · 0.85
spectrumStateFromList
Function · 0.85
internalCalculateFunctionals
Function · 0.85
syRedNextPairs
Function · 0.85
syRedGenerOfCurrDeg
Function · 0.85
completeReduceFac
Function · 0.85
bbafac
Function · 0.85
sySchreyersSyzygiesFM
Function · 0.85
sySchreyersSyzygiesFB
Function · 0.85
addLObject
Function · 0.85
redNF
Function · 0.85
redNFBound
Function · 0.85
Calls
1
p_Norm
Function · 0.85
Tested by
no test coverage detected