"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "8cd8cfe3573595f98b7660b21b088ee187de33b7"
Commit 7bca0ec6 authored by Davis King's avatar Davis King
Browse files

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 ...@@ -64,7 +64,8 @@ namespace dlib
- is_vector(m2) == true - is_vector(m2) == true
- m1.size() == m2.size() - m1.size() == m2.size()
ensures 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