next up previous contents index
Next: random Up: Vector Previous: Vector   Contents   Index


dot


\begin{usage}
dot(u,v)
\end{usage}


Signature


\begin{params}
{\em u, v} & \% & Vectors of the same size\\
\end{params}

\begin{retval}
Returns $u \cdot v = \sum_i u_i v_i$.
\end{retval}


Manuel Bronstein 2000-12-13