Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ A
Function
A
ppcc/adlib/str.h:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
static inline StrArr *A() {
204
return new StrArr();
205
}
206
static inline StrArr *A(CStr s) {
207
return new StrArr(1, S(s));
208
}
Callers
15
shift2Zero
Function · 0.85
myShift2Zero
Function · 0.85
findEvaluation
Function · 0.85
ZFactorizeMulti
Function · 0.85
checkEvaluation
Function · 0.85
distributeLeadingCoeffs
Function · 0.85
Univar2Bivar
Function · 0.85
Hensel2
Function · 0.85
biFactorize
Function · 0.85
liftStep
Function · 0.85
henselLiftAndEarly
Function · 0.85
biFactorize
Function · 0.85
Calls
1
S
Function · 0.70
Tested by
1
Main
Function · 0.68