Go to the source code of this file.
Functions | |
const char * | myMAL (void) |
std::string | MAL (const mpz_t factor, const unsigned int exponent=1) |
std::string | MAL (const mpz_t factor, const unsigned int exponent, const std::ostringstream &comment) |
std::string | MAL (const mpz_t factor, const std::ostringstream &comment) |
std::string | MAL (const unsigned long int factor, const unsigned int exponent=1) |
Definition in file FactorFound.cc.
std::string MAL | ( | const unsigned long int | factor, | |
const unsigned int | exponent = 1 | |||
) |
Definition at line 116 of file FactorFound.cc.
References TFoundFactors::AutoSave(), FoundFactors, and myMAL().
std::string MAL | ( | const mpz_t | factor, | |
const std::ostringstream & | comment | |||
) |
Definition at line 107 of file FactorFound.cc.
References TFoundFactors::AutoSave(), FoundFactors, myMAL(), and std::basic_ostringstream< _CharT, _Traits, _Alloc >::str().
Referenced by CRelation::ComputeQuadraticCongruence(), easy_factor(), elliptic_curves::factor_found(), fermat_like_method(), phimat(), phimat2(), pollard(), polphi_template(), Potenztest(), Cprocess_clients::process_data_stream(), Cprocess_clients::process_data_stream_ecm(), process_ecm(), and try_memorized_factors().
std::string MAL | ( | const mpz_t | factor, | |
const unsigned int | exponent, | |||
const std::ostringstream & | comment | |||
) |
Definition at line 96 of file FactorFound.cc.
References TFoundFactors::AutoSave(), FoundFactors, myMAL(), and std::basic_ostringstream< _CharT, _Traits, _Alloc >::str().
std::string MAL | ( | const mpz_t | factor, | |
const unsigned int | exponent = 1 | |||
) |
Definition at line 86 of file FactorFound.cc.
References TFoundFactors::AutoSave(), FoundFactors, and myMAL().
const char* myMAL | ( | void | ) |