Struct MatrixHasher

Struct Documentation

struct MatrixHasher

Utility hash function for complex vectors representing matrices.

Public Functions

template<class Precision = double>
inline std::size_t operator()(const std::vector<std::complex<Precision>> &matrix) const