Template Function ska::matrix_hash
Defined in File eigen_cache.h
Function Documentation
-
template<typename T>
std::size_t ska::matrix_hash(const T &matrix) Hash function for Eigen matrix and vector. The code is from
hash_combinefunction of the Boost library. See http://www.boost.org/doc/libs/1_55_0/doc/html/hash/reference.html#boost.hash_combine .- Template Parameters:
T – Eigen Dense Matrix type