* Obtain the dot product of two 3D vectors. * @f[ * \vec{a}\cdot\vec{b}=a_xb_x + a_yb_y + a_zb_z * @f] * @param[in] a first vector * @param[in] b second vector * @returns resulting dot product */
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected