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
7a6ec2f1
Commit
7a6ec2f1
authored
Dec 26, 2011
by
Davis King
Browse files
Clarified spec
parent
2e98a785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/lsh/create_random_projection_hash_abstract.h
dlib/lsh/create_random_projection_hash_abstract.h
+2
-2
No files found.
dlib/lsh/create_random_projection_hash_abstract.h
View file @
7a6ec2f1
...
...
@@ -22,8 +22,8 @@ namespace dlib
requires
- 0 < bits <= 32
- v.size() > 1
- vector_type == a std::vector containing dlib::matrix
objects, each
representing a column vector of the same size.
- vector_type == a std::vector
or compatible type
containing dlib::matrix
objects, each
representing a column vector of the same size.
- for all valid i, j:
- is_col_vector(v[i]) == true
- v[i].size() > 0
...
...
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