Skip to content

Commit 792b744

Browse files
committed
better docs
1 parent ca7fd9d commit 792b744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlib/matrix/matrix_utilities_abstract.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ namespace dlib
15971597
requires
15981598
- m.size() > 0
15991599
ensures
1600-
- returns a row matrix that contains the sum of all the rows in m.
1600+
- returns a row matrix that contains the sum of all the rows vectors in m.
16011601
- returns a matrix M such that
16021602
- M::type == the same type that was in m
16031603
- M.nr() == 1
@@ -1615,7 +1615,7 @@ namespace dlib
16151615
requires
16161616
- m.size() > 0
16171617
ensures
1618-
- returns a column matrix that contains the sum of all the columns in m.
1618+
- returns a column matrix that contains the sum of all the columns vectors in m.
16191619
- returns a matrix M such that
16201620
- M::type == the same type that was in m
16211621
- M.nr() == m.nr()

0 commit comments

Comments
 (0)