better docs

This commit is contained in:
Davis King 2024-04-09 21:39:33 -04:00
parent ca7fd9d1ad
commit 792b744402
1 changed files with 2 additions and 2 deletions

View File

@ -1597,7 +1597,7 @@ namespace dlib
requires requires
- m.size() > 0 - m.size() > 0
ensures ensures
- returns a row matrix that contains the sum of all the rows in m. - returns a row matrix that contains the sum of all the rows vectors in m.
- returns a matrix M such that - returns a matrix M such that
- M::type == the same type that was in m - M::type == the same type that was in m
- M.nr() == 1 - M.nr() == 1
@ -1615,7 +1615,7 @@ namespace dlib
requires requires
- m.size() > 0 - m.size() > 0
ensures ensures
- returns a column matrix that contains the sum of all the columns in m. - returns a column matrix that contains the sum of all the columns vectors in m.
- returns a matrix M such that - returns a matrix M such that
- M::type == the same type that was in m - M::type == the same type that was in m
- M.nr() == m.nr() - M.nr() == m.nr()