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

Method getRing

Singular/dyn_modules/python/Poly.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58 public:
59 ring getRing() const
60 {
61 return r.get();
62 }
63 friend inline bool operator==(const Poly& p1, const Poly& p2);
64 friend inline bool operator==(const Vector& p1, const Vector& p2);
65 friend PolyImpl operator+(const PolyImpl& p1, const PolyImpl& n2);

Callers 11

operator+Function · 0.45
operator*Function · 0.45
as_polyMethod · 0.45
checkIsSameRingMethod · 0.45
leadExpMethod · 0.45
c_stringMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
getRingMethod · 0.45
operator-Method · 0.45
operator==Function · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected