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
40fd24b8
Commit
40fd24b8
authored
May 28, 2011
by
Davis King
Browse files
updated docs
parent
884fca7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+33
-0
docs/docs/containers.xml
docs/docs/containers.xml
+4
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
40fd24b8
...
...
@@ -27,6 +27,8 @@
<item>
bigint
</item>
<item>
crc32
</item>
<item>
rand
</item>
<item>
hash
</item>
<item>
murmur_hash3
</item>
<item>
running_stats
</item>
<item>
running_scalar_covariance
</item>
<item>
running_covariance
</item>
...
...
@@ -169,6 +171,37 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
murmur_hash3
</name>
<file>
dlib/hash.h
</file>
<spec_file>
dlib/general_hash/murmur_hash3_abstract.h
</spec_file>
<description>
This function takes a block of memory and returns a 32bit hash. The
hashing algorithm used is Austin Appleby's excellent
<a
href=
"http://code.google.com/p/smhasher/"
>
MurmurHash3
</a>
.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
hash
</name>
<file>
dlib/hash.h
</file>
<spec_file>
dlib/general_hash/hash_abstract.h
</spec_file>
<description>
This is a set of convenience functions for invoking
<a
href=
"#murmur_hash3"
>
murmur_hash3
</a>
on std::strings, std::vectors, std::maps, or
<a
href=
"containers.html#matrix"
>
dlib::matrix
</a>
objects.
<p>
As an aside, the hash() for matrix objects is defined
<a
href=
"dlib/matrix/matrix_utilities_abstract.h.html#hash"
>
here
</a>
.
It has the same interface as all the others.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/containers.xml
View file @
40fd24b8
...
...
@@ -475,6 +475,10 @@
<name>
set_all_elements
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#set_all_elements
</link>
</item>
<item>
<name>
hash
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#hash
</link>
</item>
<item>
<name>
tmp
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#tmp
</link>
...
...
docs/docs/term_index.xml
View file @
40fd24b8
...
...
@@ -853,6 +853,8 @@
<term
file=
"algorithms.html"
name=
"bigint"
/>
<term
file=
"algorithms.html"
name=
"crc32"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
<term
file=
"algorithms.html"
name=
"md5"
/>
...
...
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