Commit 7bca0ec6 authored by Davis King's avatar Davis King

Made the spec a little more clear.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403337
parent db4ac3ea
......@@ -64,7 +64,8 @@ namespace dlib
- is_vector(m2) == true
- m1.size() == m2.size()
ensures
- returns the dot product between m1 and m2.
- returns the dot product between m1 and m2. That is, this function
computes and returns the sum, for all i, of m1(i)*m2(i).
!*/
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment