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

Function MivUnit

Singular/walk.cc:1497–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495*/
1496
1497intvec* MivUnit(int nV)
1498{
1499 int i;
1500 intvec* ivM = new intvec(nV);
1501 for(i=nV-1; i>=0; i--)
1502 {
1503 (*ivM)[i] = 1;
1504 }
1505 return(ivM);
1506}
1507
1508
1509/************************************************************************

Callers 8

jjSYSTEMFunction · 0.85
MpwalkFunction · 0.85
MprwalkFunction · 0.85
MfwalkFunction · 0.85
MfrwalkFunction · 0.85
TranMImprovwalkFunction · 0.85
walk.ccFile · 0.85
MAltwalk1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected