Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
typedef Vector<Integer> ZVector;
Callers
2
traverse
Function · 0.80
normalizedWithSumsAndDuplicatesRemoved
Method · 0.80
Calls
2
assert
Function · 0.85
gcd
Function · 0.50
Tested by
no test coverage detected