39 template<
class IteratorType1,
class IteratorType2,
class IteratorType3>
44 for (; first1 < last1; ++first1, ++first2, ++firstw)
46 akk += std::pow((*first1 - *first2) * (*firstw), 2);
59 template<
class IteratorType1,
class IteratorType2>
64 for (; first1 < last1; ++first1, ++first2)
66 akk += std::pow(*first1 - *first2, 2);
80 template<
class IteratorType>
93 template<
class IteratorType1,
class IteratorType2>