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

Function idString

Singular/walk.cc:425–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423
424#ifdef CHECK_IDEAL_MWALK
425static void idString(ideal L, const char* st)
426{
427 int i, nL = IDELEMS(L);
428
429 Print("\n// ideal %s = ", st);
430 for(i=0; i<nL-1; i++)
431 {
432 Print(" %s, ", pString(L->m[i]));
433 }
434 Print(" %s;", pString(L->m[nL-1]));
435}
436#endif
437/*
438#if defined(CHECK_IDEAL_MWALK) || defined(ENDWALKS)

Callers 7

MwalkAltFunction · 0.85
MwalkFunction · 0.85
MrwalkFunction · 0.85
MpwalkFunction · 0.85
MprwalkFunction · 0.85
rec_fractal_callFunction · 0.85
rec_r_fractal_callFunction · 0.85

Calls 2

pStringFunction · 0.85
PrintFunction · 0.50

Tested by

no test coverage detected