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

Function InvModStatus

factory/cfNTLzzpEXGCD.cc:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93#ifdef HAVE_NTL
94
95long InvModStatus (zz_pE& x, const zz_pE& a)
96{
97 return InvModStatus(x._zz_pE__rep, a._zz_pE__rep, zz_pE::modulus());
98}
99
100static
101void SetSize(vec_zz_pX& x, long n, long m)

Callers 4

tryPlainRemFunction · 0.85
tryPlainDivRemFunction · 0.85
tryNTLGCDFunction · 0.85
tryNTLXGCDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected