OEGeomDotProd¶
template<class T>
double OEGeomDotProd(const T *p, const T *q, unsigned int n)
Returns the dot-product between the two n
dimensional
vectors p
and q
.
template<class T>
double OEGeomDotProd(const T *p, const T *q, unsigned int n)
Returns the dot-product between the two n
dimensional
vectors p
and q
.