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

Method getBase

Singular/dyn_modules/Order/nforder.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268nforder *nforder::getBase() {
269 // returns the baseorder, if present. Does not incref the ref count.
270 if (baseorder == NULL)
271 return NULL;
272 return baseorder;
273}
274
275nforder *nforder::simplify() {
276 coeffs c = basecoeffs();

Callers 1

nforderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected