Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <segmented_sieve.h>
Public Member Functions | |
virtual void | foundPrime (long long int p)=0 |
Because we can't store all primes found in segmented sieve due to space complexity of result, we need way to "stream" primes.
virtual void math::prime_sieve::SieveCallback::foundPrime | ( | long long int | p | ) | [pure virtual] |