![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Hashing.h>
STL-compatible hasher for dense Eigen types (matrices, vectors, arrays). More...
STL-compatible hasher for dense Eigen types (matrices, vectors, arrays).
Internally computes murmur64() on the storage buffer yielding excellent distribution characteristics. Usage example:
Public Member Functions | |
| std::size_t | operator() (const T &mat) const |