Skip to content

Commit d0f5afd

Browse files
committed
Documentation for c2adc3b
1 parent 9ce2181 commit d0f5afd

File tree

82 files changed

+2698
-1305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2698
-1305
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<map id="probability/exponential_dist.cpp" name="probability/exponential_dist.cpp">
2+
<area shape="rect" id="Node000001" title="Exponential Distribution" alt="" coords="136,5,286,46"/>
3+
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
4+
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="169,49,79,90,77,85,166,44"/>
5+
<area shape="rect" id="Node000003" title=" " alt="" coords="94,94,152,120"/>
6+
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="191,48,150,85,146,81,187,44"/>
7+
<area shape="rect" id="Node000004" title=" " alt="" coords="175,94,246,120"/>
8+
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="214,46,214,78,208,78,208,46"/>
9+
<area shape="rect" id="Node000005" title=" " alt="" coords="270,94,349,120"/>
10+
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="237,44,284,82,281,86,234,48"/>
11+
<area shape="rect" id="Node000006" title=" " alt="" coords="372,94,426,120"/>
12+
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="259,44,359,86,357,91,257,49"/>
13+
</map>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b25b1b62704dc6a297fbe7eedffe7e8b
Lines changed: 138 additions & 0 deletions
Loading
Lines changed: 112 additions & 0 deletions
Loading
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>Algorithms_in_C++: exponential_dist Namespace Reference</title>
9+
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="../../jquery.js"></script>
11+
<script type="text/javascript" src="../../dynsections.js"></script>
12+
<script type="text/javascript" src="../../clipboard.js"></script>
13+
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="../../navtreedata.js"></script>
15+
<script type="text/javascript" src="../../navtree.js"></script>
16+
<script type="text/javascript" src="../../resize.js"></script>
17+
<script type="text/javascript" src="../../cookie.js"></script>
18+
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
19+
<script type="text/javascript" src="../../search/searchdata.js"></script>
20+
<script type="text/javascript" src="../../search/search.js"></script>
21+
<script type="text/x-mathjax-config">
22+
MathJax.Hub.Config({
23+
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
24+
jax: ["input/TeX","output/HTML-CSS"],
25+
});
26+
</script>
27+
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
28+
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
29+
</head>
30+
<body>
31+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
32+
<div id="titlearea">
33+
<table cellspacing="0" cellpadding="0">
34+
<tbody>
35+
<tr id="projectrow">
36+
<td id="projectalign">
37+
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
38+
</div>
39+
<div id="projectbrief">Set of algorithms implemented in C++.</div>
40+
</td>
41+
</tr>
42+
</tbody>
43+
</table>
44+
</div>
45+
<!-- end header part -->
46+
<!-- Generated by Doxygen 1.12.0 -->
47+
<script type="text/javascript">
48+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
49+
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
50+
/* @license-end */
51+
</script>
52+
<script type="text/javascript">
53+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
54+
$(function() { codefold.init(1); });
55+
/* @license-end */
56+
</script>
57+
<script type="text/javascript" src="../../menudata.js"></script>
58+
<script type="text/javascript" src="../../menu.js"></script>
59+
<script type="text/javascript">
60+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
61+
$(function() {
62+
initMenu('../../',true,false,'search.php','Search',true);
63+
$(function() { init_search(); });
64+
});
65+
/* @license-end */
66+
</script>
67+
<div id="main-nav"></div>
68+
</div><!-- top -->
69+
<div id="side-nav" class="ui-resizable side-nav-resizable">
70+
<div id="nav-tree">
71+
<div id="nav-tree-contents">
72+
<div id="nav-sync" class="sync"></div>
73+
</div>
74+
</div>
75+
<div id="splitbar" style="-moz-user-select:none;"
76+
class="ui-resizable-handle">
77+
</div>
78+
</div>
79+
<script type="text/javascript">
80+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
81+
$(function(){initNavTree('d1/d35/namespaceexponential__dist.html','../../'); initResizable(true); });
82+
/* @license-end */
83+
</script>
84+
<div id="doc-content">
85+
<!-- window showing the filter options -->
86+
<div id="MSearchSelectWindow"
87+
onmouseover="return searchBox.OnSearchSelectShow()"
88+
onmouseout="return searchBox.OnSearchSelectHide()"
89+
onkeydown="return searchBox.OnSearchSelectKey(event)">
90+
</div>
91+
92+
<!-- iframe showing the search results (closed by default) -->
93+
<div id="MSearchResultsWindow">
94+
<div id="MSearchResults">
95+
<div class="SRPage">
96+
<div id="SRIndex">
97+
<div id="SRResults"></div>
98+
<div class="SRStatus" id="Loading">Loading...</div>
99+
<div class="SRStatus" id="Searching">Searching...</div>
100+
<div class="SRStatus" id="NoMatches">No Matches</div>
101+
</div>
102+
</div>
103+
</div>
104+
</div>
105+
106+
<div class="header">
107+
<div class="headertitle"><div class="title">exponential_dist Namespace Reference</div></div>
108+
</div><!--header-->
109+
<div class="contents">
110+
111+
<p>Functions for the <a href="https://en.wikipedia.org/wiki/Exponential_distribution" target="_blank">Exponential Distribution</a> algorithm implementation.
112+
<a href="#details">More...</a></p>
113+
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
114+
<div class="textblock"><p>Functions for the <a href="https://en.wikipedia.org/wiki/Exponential_distribution" target="_blank">Exponential Distribution</a> algorithm implementation. </p>
115+
</div></div><!-- contents -->
116+
</div><!-- doc-content -->
117+
<!-- start footer part -->
118+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
119+
<ul>
120+
<li class="navelem"><a class="el" href="../../d1/d35/namespaceexponential__dist.html">exponential_dist</a></li>
121+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
122+
</ul>
123+
</div>
124+
</body>
125+
</html>

0 commit comments

Comments
 (0)