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

Method as_poly

Singular/dyn_modules/python/Poly.h:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 typedef PolyBase<variant,create_type_input,error_handle_traits> ThisType;
333 public:
334 poly as_poly() const
335 {
336 return p_Copy(ptr->p,ptr->getRing());
337 }
338 template<class T> void checkIsSameRing(T& p)
339 {
340 if (error_handle_traits::handleErrors)

Callers 7

as_idealMethod · 0.45
as_moduleMethod · 0.45
matrixFromArrayFunction · 0.45
appendPolyMethod · 0.45
appendVectorMethod · 0.45
writePolyMethod · 0.45
writeVectorMethod · 0.45

Calls 2

p_CopyFunction · 0.85
getRingMethod · 0.45

Tested by

no test coverage detected