|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Go to the source code of this file.
Functions | |
| template<typename T> | |
| void | sieve_of_eratosthenes () |
| int | main () |
| int main | ( | ) |
Definition at line 71 of file exprtk_prime_sieve.cpp.
References sieve_of_eratosthenes().
| void sieve_of_eratosthenes | ( | ) |
Definition at line 27 of file exprtk_prime_sieve.cpp.
References exprtk::parser< T >::compile(), exprtk::timer::start(), exprtk::timer::stop(), and exprtk::timer::time().
Referenced by main().