mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
better docs
This commit is contained in:
parent
ca7fd9d1ad
commit
792b744402
@ -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
|
||||
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user