Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::prime_sieve::EratosthenesOptimized Class Reference

#include <eratosthenes_optimized.h>

List of all members.

Public Member Functions

void initialize (int size_)
bool isPrime (int p)

Private Attributes

std::vector< bool > data
int size

Member Function Documentation

void math::prime_sieve::EratosthenesOptimized::initialize ( int  size_) [inline]
bool math::prime_sieve::EratosthenesOptimized::isPrime ( int  p) [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines