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

Method normalized

gfanlib/gfanlib_vector.h:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 return ret;
308 }
309 Vector normalized()const
310 {
311 assert(!typ::isField());
312 return (*this)/gcd();
313 }
314};
315
316typedef Vector<Integer> ZVector;

Callers 2

traverseFunction · 0.80

Calls 2

assertFunction · 0.85
gcdFunction · 0.50

Tested by

no test coverage detected