Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ae3ae70a
Commit
ae3ae70a
authored
Sep 03, 2012
by
Davis King
Browse files
clarified docs
parent
8e537c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/matrix/matrix_utilities_abstract.h
dlib/matrix/matrix_utilities_abstract.h
+4
-0
No files found.
dlib/matrix/matrix_utilities_abstract.h
View file @
ae3ae70a
...
@@ -1065,6 +1065,10 @@ namespace dlib
...
@@ -1065,6 +1065,10 @@ namespace dlib
ensures
ensures
- returns sqrt(sum(squared(m)))
- returns sqrt(sum(squared(m)))
(i.e. returns the length of the vector m)
(i.e. returns the length of the vector m)
- if (m contains integer valued elements) then
- The return type is a double that represents the length. Therefore, the
return value of length() is always represented using a floating point
type.
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment