Made the spec a little more clear.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403337
This commit is contained in:
Davis King 2009-12-21 02:20:08 +00:00
parent db4ac3ea08
commit 7bca0ec67c
1 changed files with 2 additions and 1 deletions

View File

@ -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).
!*/
// ----------------------------------------------------------------------------------------