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

Function ivString

Singular/walk.cc:493–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491*/
492
493static void ivString(intvec* iv, const char* ch)
494{
495 int nV = iv->length()-1;
496 Print("\n// intvec %s = ", ch);
497
498 for(int i=0; i<nV; i++)
499 {
500 Print("%d, ", (*iv)[i]);
501 }
502 Print("%d;", (*iv)[nV]);
503}
504
505#ifdef PRINT_VECTORS
506static void MivString(intvec* iva, intvec* ivb, intvec* ivc)

Callers 11

StringMethod · 0.85
showMethod · 0.85
MPertVectorsFunction · 0.85
MfpertvectorFunction · 0.85
MwalkNextWeightCCFunction · 0.85
TranPertVectorFunction · 0.85
TranPertVector_lpFunction · 0.85
RepresentationMatrix_DpFunction · 0.85
MpwalkFunction · 0.85
MprwalkFunction · 0.85
rec_r_fractal_callFunction · 0.85

Calls 2

PrintFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected