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

Method classname

factory/int_poly.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 ~InternalPoly();
95 InternalCF* deepCopyObject() const;
96 const char * classname() const { return "InternalPoly"; }
97 int level() const { return var.level(); }
98 Variable variable() const { return var; }
99 int degree();

Callers 15

sqrtMethod · 0.45
ilog2Method · 0.45
bgcdsameMethod · 0.45
bgcdcoeffMethod · 0.45
bextgcdsameMethod · 0.45
bextgcdcoeffMethod · 0.45
intvalMethod · 0.45
invertMethod · 0.45
tryMulsameMethod · 0.45
tryInvertMethod · 0.45
tryDivremsametMethod · 0.45
tryDivremcoefftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected