|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Functions | |
| TEST (Prime, test_prime) | |
| TEST (Prime, list) | |
| TEST (Prime, database) | |
| TEST (Prime, next_prime_semantics) | |
| TEST | ( | Prime | , |
| database | |||
| ) |
Definition at line 73 of file primes.cc.
References Primes::check_primes_database(), and Aleph::maps().
| TEST | ( | Prime | , |
| list | |||
| ) |
Definition at line 64 of file primes.cc.
References Primes::is_prime(), Aleph::maps(), Primes::numPrimes, and Primes::primeList.
| TEST | ( | Prime | , |
| next_prime_semantics | |||
| ) |
Definition at line 78 of file primes.cc.
References Primes::is_prime(), Aleph::maps(), Primes::next_prime(), Primes::numPrimes, and Primes::primeList.
| TEST | ( | Prime | , |
| test_prime | |||
| ) |
Definition at line 47 of file primes.cc.
References Primes::is_prime(), and Aleph::maps().