The Original CHomP Software
|
A hashing method using globally defined functions that calculate the two required hashing keys. More...
#include <hashsets.h>
Static Public Member Functions | |
static int_t | hashkey1 (const element &x) |
Returns the first hashing key of the element. More... | |
static int_t | hashkey2 (const element &x) |
Returns the second hashing key of the element. More... | |
A hashing method using globally defined functions that calculate the two required hashing keys.
Definition at line 133 of file hashsets.h.
|
inlinestatic |
Returns the first hashing key of the element.
Definition at line 137 of file hashsets.h.
References chomp::homology::hashkey1().
|
inlinestatic |
Returns the second hashing key of the element.
Definition at line 143 of file hashsets.h.
References chomp::homology::hashkey2().