EventAnalysis  1.3.0
levenshteinSSE::LevenshteinIterationSIMDWrap< Alloc1, Alloc2, T > Member List

This is the complete list of members for levenshteinSSE::LevenshteinIterationSIMDWrap< Alloc1, Alloc2, T >, including all inherited members.

perform(const T *a, const T *b, std::size_t &i, std::size_t j, std::size_t bLen, std::vector< std::uint32_t, Alloc1 > &diag, const std::vector< std::uint32_t, Alloc2 > &diag2)levenshteinSSE::LevenshteinIterationSIMDWrap< Alloc1, Alloc2, T >inlinestatic
performSIMD(const T *a, const T *b, std::size_t &i, std::size_t j, std::size_t bLen, std::uint32_t *diag, const std::uint32_t *diag2)levenshteinSSE::LevenshteinIterationSIMD< T >inlineprivatestatic