carl  24.04
Computer ARithmetic Library
PrimeFactory.h File Reference
#include "numbers.h"
#include <mutex>
Include dependency graph for PrimeFactory.h:
This graph shows which files directly or indirectly include this file:

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 > &)