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

Method getDim

Singular/dyn_modules/Order/nforder.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int nforder::getDim() {
236 return dimension;
237}
238
239bigintmat *nforder::getBasis() {
240 // Falls basis ein NULL-Pointer ist, liefere NULL zurück, andernfalls liefere eine Kopie von basis

Callers 8

nf_idAddFunction · 0.80
nf_idMultFunction · 0.80
nf_idInitFunction · 0.80
EltCreateMatFunction · 0.80
EltInitFunction · 0.80
nforderMethod · 0.80
radicalmodpbaseFunction · 0.80
multringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected