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

Method nforder

Singular/dyn_modules/Order/nforder.cpp:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30nforder::nforder(int dim, bigintmat **m,const coeffs q) {
31 init();
32 m_coeffs = q;
33 dimension = dim;
34 multtable = (bigintmat**)(omAlloc(dim*sizeof(bigintmat*)));
35 for (int i=0; i<dim; i++) {
36 multtable[i] = new bigintmat(m[i]);
37 }
38 basis = NULL;
39 inv_basis = NULL;
40}
41
42nforder::nforder(nforder *o, bigintmat *base, number div, const coeffs q) {
43 init();

Callers

nothing calls this directly

Calls 13

initFunction · 0.85
n_CopyFunction · 0.85
ref_count_increfMethod · 0.80
simplifyContentDenMethod · 0.80
getDimMethod · 0.80
rowsMethod · 0.80
pseudoinvMethod · 0.80
skalmultMethod · 0.80
getMultMethod · 0.80
getBaseMethod · 0.80
PrintFunction · 0.50
basecoeffsMethod · 0.45

Tested by

no test coverage detected