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
matrix type
WHAT THIS OBJECT REPRESENTS
This object represents some sort of function object that
automatically normalizes its inputs using a vector_normalizer
object.
This object represents a container for another function
object and an instance of the vector_normalizer object.
It automatically noramlizes all inputs before passing them
off to the contained function object.
!*/
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