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

Method getRing

kernel/old/old.Poly.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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