|
carl
25.04
Computer ARithmetic Library
|


Go to the source code of this file.
Data Structures | |
| class | carl::PrimeFactory< T > |
| This class provides a convenient way to enumerate primes. More... | |
Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
| carl::detail | |
Functions | |
| uint | carl::detail::next_prime (const uint &n, const PrimeFactory< uint > &pf) |
| mpz_class | carl::detail::next_prime (const mpz_class &n, const PrimeFactory< mpz_class > &) |