49 static float norm1(
const std::vector<T>& ind1,
const std::vector<T>& ind2,
50 unsigned int beginIndex,
unsigned int endIndex ) ;
51 static float norm2(
const std::vector<T>& ind1,
const std::vector<T>& ind2,
52 unsigned int beginIndex,
unsigned int endIndex ) ;
53 static float norm2sqr(
const std::vector<T>& ind1,
const std::vector<T>& ind2,
54 unsigned int beginIndex,
unsigned int endIndex ) ;
55 static float infiniteNorm(
const std::vector<T>& ind1,
const std::vector<T>& ind2,
56 unsigned int beginIndex,
unsigned int endIndex ) ;
static float norm2sqr(const std::vector< T > &ind1, const std::vector< T > &ind2, unsigned int beginIndex, unsigned int endIndex)
static float infiniteNorm(const std::vector< T > &ind1, const std::vector< T > &ind2, unsigned int beginIndex, unsigned int endIndex)
static float norm2(const std::vector< T > &ind1, const std::vector< T > &ind2, unsigned int beginIndex, unsigned int endIndex)
static float norm1(const std::vector< T > &ind1, const std::vector< T > &ind2, unsigned int beginIndex, unsigned int endIndex)