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