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

Method c_string

Singular/dyn_modules/python/Poly.h:374–377  ·  view source on GitHub ↗

resource managed by Singular

Source from the content-addressed store, hash-verified

372 }
373 //* resource managed by Singular
374 char* c_string() const
375 {
376 return p_String(ptr->p,ptr->getRing(),ptr->getRing());
377 }
378 PolyBase(ring r=currRing):ptr(new PolyImpl((poly) NULL,r))
379 { }
380 PolyBase(const char* c, ring r=currRing):ptr(new PolyImpl((poly)NULL,r))

Callers 3

Vector_as_strFunction · 0.45
Poly_as_strFunction · 0.45
Vector_as_strFunction · 0.45

Calls 2

p_StringFunction · 0.50
getRingMethod · 0.45

Tested by

no test coverage detected