#include <tools.hh>
Inheritance diagram for fast_sqr< T >:
Public Member Functions | |
fast_sqr (void) | |
Constructor. | |
int | operator() (const T &x) const |
The function. | |
Public Attributes | |
boost::array< int, 512 > | table |
Lookup-table. |
Implemented with lookup-tables.
|
Constructor. Initialises the lookup-table. |
|
The function.
|