My Project
|
#include "config.h"
#include "cf_defs.h"
#include "cf_algorithm.h"
#include "cfEzgcd.h"
#include "cfGcdUtil.h"
#include "templates/ftmpl_functions.h"
#include "cf_factory.h"
#include "cfUnivarGcd.h"
Go to the source code of this file.
Functions | |
CanonicalForm | subResGCD_p (const CanonicalForm &f, const CanonicalForm &g) |
subresultant GCD over finite fields. In case things become too dense we switch to a modular algorithm More... | |
CanonicalForm | subResGCD_0 (const CanonicalForm &f, const CanonicalForm &g) |
subresultant GCD over Z. More... | |
CanonicalForm subResGCD_0 | ( | const CanonicalForm & | f, |
const CanonicalForm & | g | ||
) |
subresultant GCD over Z.
Definition at line 167 of file cfSubResGcd.cc.
CanonicalForm subResGCD_p | ( | const CanonicalForm & | f, |
const CanonicalForm & | g | ||
) |
subresultant GCD over finite fields. In case things become too dense we switch to a modular algorithm
Definition at line 12 of file cfSubResGcd.cc.