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

Function modGCDFq

factory/cfModGcd.h:27–36  ·  view source on GitHub ↗

GCD of A and B over \f$ F_{p}(\alpha ) \f$

Source from the content-addressed store, hash-verified

25
26/// GCD of A and B over \f$ F_{p}(\alpha ) \f$
27static inline
28CanonicalForm modGCDFq (const CanonicalForm& A, ///<[in] poly over F_q
29 const CanonicalForm& B, ///<[in] poly over F_q
30 Variable & alpha ///<[in] algebraic variable
31 )
32{
33 CFList list;
34 bool top_level= true;
35 return modGCDFq (A, B, alpha, list, top_level);
36}
37
38
39CanonicalForm

Callers 2

EZGCD_PFunction · 0.70
gcd_polyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected