Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class ElemT>
Real64 Impala::Core::Vector::Norm2Dist ( VectorTem< ElemT > &  v1,
VectorTem< ElemT > &  v2 
) [inline]

Definition at line 29 of file Norm2Dist.h.

References Norm2DistSqr().

00030 {
00031     return sqrt(Norm2DistSqr(v1, v2));
00032 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:36 2011 for ImpalaSrc by  doxygen 1.5.1