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

Method getRing

Singular/dyn_modules/python/Number.h:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 n_Delete(&n,r.get()->cf);
211 }
212 ring getRing() const
213 {
214 return r.get();
215 }
216 protected:
217 number n;
218 intrusive_ptr<ip_sring> r;

Callers 8

Number_get_RingFunction · 0.45
Vector_get_RingFunction · 0.45
Ideal_get_RingFunction · 0.45
Poly_get_RingFunction · 0.45
shortenMethod · 0.45
getValueMethod · 0.45
PowerSeriesBaseMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected