Commit a82199ae authored by Davis King's avatar Davis King

Clarified spec

parent d4fcaba8
...@@ -25,6 +25,11 @@ namespace dlib ...@@ -25,6 +25,11 @@ namespace dlib
... ...
Where v is the vector to be hashed. The parameters of the projection Where v is the vector to be hashed. The parameters of the projection
hash are the P and O matrices. hash are the P and O matrices.
THREAD SAFETY
The const members of this object can be called concurrently from multiple
threads, however, any operation that modifies the state of an instance of
this object must serialize access to that instance.
!*/ !*/
public: public:
......
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