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

Function copy

factory/facFqBivarUtil.cc:364–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364CFArray copy (const CFList& list)
365{
366 CFArray array= CFArray (list.length());
367 int j= 0;
368 for (CFListIterator i= list; i.hasItem(); i++, j++)
369 array[j]= i.getItem();
370 return array;
371}
372
373void indexUpdate (int index [], const int& subsetSize, const int& setSize,
374 bool& noSubset)

Callers 14

extFactorRecombinationFunction · 0.85
factorRecombinationFunction · 0.85
extFactorRecombinationFunction · 0.85
factorRecombinationFunction · 0.85
recombinationFunction · 0.85
changeSecondVariableFunction · 0.85
IntegerTemplateMethod · 0.85
IntegerTemplateClass · 0.85
XMLEncodeObjectMethod · 0.85
derriveScopeMethod · 0.85
evaluateMethod · 0.85

Calls 2

hasItemMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected