Public Member Functions | |
| lambda_delta (const mpz_t n, const mpz_t delta) | |
| ~lambda_delta () | |
| const mpf_t & | f (const mpf_t &x) |
| const mpf_t & | f1 (const mpf_t &x) |
Static Public Member Functions | |
| static void | Delta_by_ratio (mpz_t &Delta, const mpz_t n, const double ratio_p=1.0, const double ratio_q=1.0) |
Private Attributes | |
| mpf_t | SQRTN |
| mpf_t | DELTA |
| mpf_t | fres |
| mpf_t | f1res |
Static Private Attributes | |
| static const unsigned int | bits = 2048 |
Definition at line 456 of file fermat.cc.
| lambda_delta::lambda_delta | ( | const mpz_t | n, | |
| const mpz_t | delta | |||
| ) | [inline] |
| lambda_delta::~lambda_delta | ( | ) | [inline] |
| static void lambda_delta::Delta_by_ratio | ( | mpz_t & | Delta, | |
| const mpz_t | n, | |||
| const double | ratio_p = 1.0, |
|||
| const double | ratio_q = 1.0 | |||
| ) | [inline, static] |
Definition at line 464 of file fermat.cc.
References bits, and mpz_set_f().
Referenced by phimat2().

| const mpf_t& lambda_delta::f | ( | const mpf_t & | x | ) | [inline] |
| const mpf_t& lambda_delta::f1 | ( | const mpf_t & | x | ) | [inline] |
mpf_t lambda_delta::SQRTN [private] |
Definition at line 459 of file fermat.cc.
Referenced by f(), f1(), lambda_delta(), and ~lambda_delta().
mpf_t lambda_delta::DELTA [private] |
mpf_t lambda_delta::fres [private] |
mpf_t lambda_delta::f1res [private] |
const unsigned int lambda_delta::bits = 2048 [static, private] |
1.5.4