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

Method viewBasis

Singular/dyn_modules/Order/nforder.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 return m;
245}
246bigintmat *nforder::viewBasis() {
247 if (basis == NULL)
248 return NULL;
249 return basis;
250}
251bool nforder::getMult(bigintmat **m) {
252 // Falls multtable ein NULL-Pointer ist, liefere NULL zurück, andernfalls erzeuge neues Array of Matrix, kopiere die Matrizen aus multtable dort hinein, und gib es zurück
253 if (multtable == NULL) {

Callers 3

nf_idAddFunction · 0.45
nf_idMultFunction · 0.45
simplifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected