mirror of https://github.com/davisking/dlib.git
better docs
This commit is contained in:
parent
ca7fd9d1ad
commit
792b744402
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue