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

Method parent

Singular/countedref.cc:165–168  ·  view source on GitHub ↗

Store ring for ring-dependent objects

Source from the content-addressed store, hash-verified

163
164 /// Store ring for ring-dependent objects
165 static ring parent(leftv rhs)
166 {
167 return (rhs->RingDependend()? currRing: NULL);
168 }
169
170protected:
171 /// Singular object

Callers

nothing calls this directly

Calls 1

RingDependendMethod · 0.80

Tested by

no test coverage detected