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

Method variable

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

Source from the content-addressed store, hash-verified

96 const char * classname() const { return "InternalPoly"; }
97 int level() const { return var.level(); }
98 Variable variable() const { return var; }
99 int degree();
100 CanonicalForm lc();
101 CanonicalForm Lc();

Callers 7

canonicalform.ccFile · 0.80
LCMethod · 0.80
degreeMethod · 0.80
tailcoeffMethod · 0.80
mvarMethod · 0.80
operator ()Method · 0.80
derivMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected