Commit 70920caa authored by Davis King's avatar Davis King

made the spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402561
parent 1fc848fc
...@@ -374,9 +374,11 @@ namespace dlib ...@@ -374,9 +374,11 @@ namespace dlib
matrix type matrix type
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
This object represents some sort of function object that This object represents a container for another function
automatically normalizes its inputs using a vector_normalizer object and an instance of the vector_normalizer object.
object.
It automatically noramlizes all inputs before passing them
off to the contained function object.
!*/ !*/
typedef typename function_type::scalar_type scalar_type; typedef typename function_type::scalar_type scalar_type;
......
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