Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <prime_tables.h>
Public Member Functions | |
virtual | ~PrimeTable ()=default |
virtual bool | IsPrime (int n) const =0 |
virtual int | GetNextPrime (int p) const =0 |
Definition at line 40 of file prime_tables.h.
|
virtualdefault |
|
pure virtual |
Implemented in PreCalculatedPrimeTable, and OnTheFlyPrimeTable.
|
pure virtual |
Implemented in PreCalculatedPrimeTable, and OnTheFlyPrimeTable.