#include <vector>
#include <sstream>
Go to the source code of this file.
Functions | |
void | get_fft_parameter (unsigned int &pg_returnvalue, unsigned int &pms_returnvalue, const double phase2, const mpz_t N) |
get parameters for phase 2 of Phi, Fibonacci, elliptic curves... | |
template<class CRing, class CRingPhase2> | |
void | polphi_template (const int phase1, const double phase2) |
Definition in file polphi_template.H.
void get_fft_parameter | ( | unsigned int & | pg_returnvalue, | |
unsigned int & | pms_returnvalue, | |||
const double | phase2, | |||
const mpz_t | N | |||
) |
get parameters for phase 2 of Phi, Fibonacci, elliptic curves...
Definition at line 85 of file fft_param.cc.
void polphi_template | ( | const int | phase1, | |
const double | phase2 | |||
) | [inline] |
Definition at line 17 of file polphi_template.H.
References std::vector< _Tp, _Alloc >::back(), std::vector< _Tp, _Alloc >::begin(), cerr, std::vector< _Tp, _Alloc >::clear(), polynomial::construct_polynomial_from_roots(), cout, std::vector< _Tp, _Alloc >::empty(), std::vector< _Tp, _Alloc >::end(), endl(), exit(), Factorization_to_file, floor(), flush(), numtheory::gcd(), get_fft_parameter(), numtheory::is_prime(), MAL(), MARK, mpz_clear(), mpz_cmp(), mpz_cmp_ui(), mpz_divexact(), mpz_gcd(), mpz_init(), mpz_init_set(), mpz_mod(), mpz_mul(), mpz_probab_prime_p(), mpz_remove(), mpz_set(), mpz_set_d(), mpz_set_ui(), mpz_swap(), polynomial::multipoint_eval(), n, Polynom, std::vector< _Tp, _Alloc >::pop_back(), my_mpz_wrapper::probab_prime_checks, std::vector< _Tp, _Alloc >::push_back(), std::setprecision(), and std::vector< _Tp, _Alloc >::size().