Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Apr 10, 2024
1 parent ca7fd9d commit 792b744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlib/matrix/matrix_utilities_abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ namespace dlib
requires
- m.size() > 0
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
- M::type == the same type that was in m
- M.nr() == 1
Expand All @@ -1615,7 +1615,7 @@ namespace dlib
requires
- m.size() > 0
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
- M::type == the same type that was in m
- M.nr() == m.nr()
Expand Down

0 comments on commit 792b744

Please sign in to comment.