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

Method end

Singular/dyn_modules/python/PowerSeries.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 return iterator(numerator,denominator);
148 }
149 iterator end()
150 {
151 return iterator();
152 }
153};
154class PowerSeriesPolyTraits;
155class PowerSeriesVectorTraits;

Callers 3

shortenMethod · 0.45
getValueMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected