File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments