From 7bca0ec67c5de84f6218d8adaae56bc5ef91c673 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 21 Dec 2009 02:20:08 +0000 Subject: [PATCH] Made the spec a little more clear. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403337 --- dlib/matrix/matrix_utilities_abstract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlib/matrix/matrix_utilities_abstract.h b/dlib/matrix/matrix_utilities_abstract.h index cf16c83b2..8cbc25f35 100644 --- a/dlib/matrix/matrix_utilities_abstract.h +++ b/dlib/matrix/matrix_utilities_abstract.h @@ -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). !*/ // ----------------------------------------------------------------------------------------