Commit f1d98591 authored by Davis King's avatar Davis King

Clarified spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404178
parent 02ec16db
......@@ -270,7 +270,7 @@ namespace dlib
- is_vector(dest) == true
- max_index_plus_one(src) <= dest.size()
ensures
- dest += C*src
- #dest == dest + C*src
!*/
// ----------------------------------------------------------------------------------------
......@@ -287,7 +287,7 @@ namespace dlib
- is_vector(dest) == true
- max_index_plus_one(src) <= dest.size()
ensures
- dest -= C*src
- #dest == dest - C*src
!*/
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment