Searched refs:dotProd (Results 1 – 1 of 1) sorted by relevance
210 return MVector{dotProd(a.row(0), b), dotProd(a.row(1), b), dotProd(a.row(2), b),211 dotProd(a.row(3), b)};281 static inline VType dotProd(const MVector& lhs, const MVector& rhs) { in dotProd() function