MCPcopy 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
203static inline StrArr *A() {
204 return new StrArr();
205}
206static inline StrArr *A(CStr s) {
207 return new StrArr(1, S(s));
208}

Callers 15

shift2ZeroFunction · 0.85
myShift2ZeroFunction · 0.85
findEvaluationFunction · 0.85
ZFactorizeMultiFunction · 0.85
checkEvaluationFunction · 0.85
distributeLeadingCoeffsFunction · 0.85
Univar2BivarFunction · 0.85
Hensel2Function · 0.85
biFactorizeFunction · 0.85
liftStepFunction · 0.85
henselLiftAndEarlyFunction · 0.85
biFactorizeFunction · 0.85

Calls 1

SFunction · 0.70

Tested by 1

MainFunction · 0.68