mirror of https://github.com/davisking/dlib.git
Made the spec a little more clear.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403337
This commit is contained in:
parent
db4ac3ea08
commit
7bca0ec67c
|
@ -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).
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue