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

Function IntToZVector

gfanlib/gfanlib_vector.h:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334
335
336inline ZVector IntToZVector(IntVector const &v)
337{
338 ZVector ret(v.size());
339 for(unsigned i=0;i<v.size();i++)ret[i]=Integer(v[i]);
340 return ret;
341}
342
343inline ZVector QToZVectorPrimitive(QVector const &v)
344{

Callers 1

IntToZMatrixFunction · 0.85

Calls 2

IntegerClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected