Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
5c3aba97
Commit
5c3aba97
authored
Apr 28, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
deaf47f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
algorithms.xml
docs/docs/algorithms.xml
+15
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/algorithms.xml
View file @
5c3aba97
...
...
@@ -64,6 +64,7 @@
<name>
Graph Utilities
</name>
<sub>
<item>
graph_contains_directed_cycle
</item>
<item>
graph_has_symmetric_edges
</item>
<item>
graph_contains_undirected_cycle
</item>
<item>
create_moral_graph
</item>
<item>
triangulate_graph_and_find_cliques
</item>
...
...
@@ -683,6 +684,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
graph_has_symmetric_edges
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/graph_utils_abstract.h
</spec_file>
<description>
This function checks if a
<a
href=
"containers.html#directed_graph"
>
directed_graph
</a>
has a pair of nodes with just one edge between them. If so then it
does not have symmetric edges.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
5c3aba97
...
...
@@ -139,6 +139,7 @@
<term
file=
"algorithms.html"
name=
"rand"
/>
<term
link=
"algorithms.html#rand"
name=
"Mersenne Twister"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_undirected_cycle"
/>
<term
file=
"algorithms.html"
name=
"graph_has_symmetric_edges"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_directed_cycle"
/>
<term
file=
"algorithms.html"
name=
"copy_graph_structure"
/>
...
...
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