Documentation for 6376bf46af
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: math/integral_approximation2.cpp File Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -123,31 +123,31 @@ Include dependency graph for integral_approximation2.cpp:</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
Namespaces</h2></td></tr>
|
||||
<tr class="memitem:dd/d47/namespacemath"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html">math</a></td></tr>
|
||||
<tr class="memitem:dd/d47/namespacemath" id="r_dd/d47/namespacemath"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html">math</a></td></tr>
|
||||
<tr class="memdesc:dd/d47/namespacemath"><td class="mdescLeft"> </td><td class="mdescRight">for IO operations <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d0/da4/namespacemonte__carlo"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/da4/namespacemonte__carlo.html">monte_carlo</a></td></tr>
|
||||
<tr class="memitem:d0/da4/namespacemonte__carlo" id="r_d0/da4/namespacemonte__carlo"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/da4/namespacemonte__carlo.html">monte_carlo</a></td></tr>
|
||||
<tr class="memdesc:d0/da4/namespacemonte__carlo"><td class="mdescLeft"> </td><td class="mdescRight">Functions for the <a href="https://en.wikipedia.org/wiki/Monte_Carlo_integration" target="_blank">Monte Carlo Integration</a> implementation. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="typedef-members" name="typedef-members"></a>
|
||||
Typedefs</h2></td></tr>
|
||||
<tr class="memitem:a56f3ff2501246c5e47bd2ac320a97446"><td class="memItemLeft" align="right" valign="top"><a id="a56f3ff2501246c5e47bd2ac320a97446" name="a56f3ff2501246c5e47bd2ac320a97446"></a>
|
||||
<tr class="memitem:a56f3ff2501246c5e47bd2ac320a97446" id="r_a56f3ff2501246c5e47bd2ac320a97446"><td class="memItemLeft" align="right" valign="top"><a id="a56f3ff2501246c5e47bd2ac320a97446" name="a56f3ff2501246c5e47bd2ac320a97446"></a>
|
||||
using </td><td class="memItemRight" valign="bottom"><b>math::monte_carlo::Function</b> = <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>< double(double &)></td></tr>
|
||||
<tr class="separator:a56f3ff2501246c5e47bd2ac320a97446"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:a71249ee535f16f8ed2e9cc8f0199a2cf"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#a71249ee535f16f8ed2e9cc8f0199a2cf">math::monte_carlo::generate_samples</a> (const double &start_point, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &pdf, const uint32_t &num_samples, const uint32_t &discard=100000)</td></tr>
|
||||
<tr class="memitem:a71249ee535f16f8ed2e9cc8f0199a2cf" id="r_a71249ee535f16f8ed2e9cc8f0199a2cf"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#a71249ee535f16f8ed2e9cc8f0199a2cf">math::monte_carlo::generate_samples</a> (const double &start_point, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &pdf, const uint32_t &num_samples, const uint32_t &discard=100000)</td></tr>
|
||||
<tr class="memdesc:a71249ee535f16f8ed2e9cc8f0199a2cf"><td class="mdescLeft"> </td><td class="mdescRight">short-hand for std::functions used in this implementation <br /></td></tr>
|
||||
<tr class="separator:a71249ee535f16f8ed2e9cc8f0199a2cf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af7da9ba8932f1f48b9bbc2d80471af51"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#af7da9ba8932f1f48b9bbc2d80471af51">math::monte_carlo::integral_monte_carlo</a> (const double &start_point, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &function, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &pdf, const uint32_t &num_samples=1000000)</td></tr>
|
||||
<tr class="memitem:af7da9ba8932f1f48b9bbc2d80471af51" id="r_af7da9ba8932f1f48b9bbc2d80471af51"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#af7da9ba8932f1f48b9bbc2d80471af51">math::monte_carlo::integral_monte_carlo</a> (const double &start_point, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &function, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">Function</a> &pdf, const uint32_t &num_samples=1000000)</td></tr>
|
||||
<tr class="memdesc:af7da9ba8932f1f48b9bbc2d80471af51"><td class="mdescLeft"> </td><td class="mdescRight">Compute an approximation of an integral using Monte Carlo integration. <br /></td></tr>
|
||||
<tr class="separator:af7da9ba8932f1f48b9bbc2d80471af51"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementations. <br /></td></tr>
|
||||
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -480,7 +480,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../dir_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../db/d40/integral__approximation2_8cpp.html">integral_approximation2.cpp</a></li>
|
||||
<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.9.7 </li>
|
||||
<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.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<map id="math::monte_carlo::generate_samples" name="math::monte_carlo::generate_samples">
|
||||
<area shape="rect" id="Node000001" title="short-hand for std::functions used in this implementation" alt="" coords="5,47,143,88"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="37,47,35,37,41,28,54,23,74,21,96,23,108,30,106,34,94,28,74,26,56,28,45,32,40,38,42,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="37,47,35,37,41,28,54,23,74,21,95,23,108,29,105,34,94,28,74,26,56,28,45,32,40,38,42,46"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="234,5,302,31"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="143,47,219,28,220,33,144,53"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="143,47,218,28,220,33,144,53"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="191,55,345,80"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="143,65,176,65,176,70,143,70"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="143,65,175,65,175,70,143,70"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/reserve.html#" title=" " alt="" coords="201,104,335,130"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="144,82,201,97,200,102,143,88"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="144,82,201,97,199,102,143,88"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math::monte_carlo::generate_samples Pages: 1 -->
|
||||
<svg width="263pt" height="101pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M25.74,-62.36C20.48,-71.43 29.07,-79.88 51.5,-79.88 64.12,-79.88 72.35,-77.2 76.21,-73.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.79,-73.65 77.26,-63.36 72.82,-72.98 79.79,-73.65"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M25.74,-62.36C20.48,-71.43 29.07,-79.88 51.5,-79.88 63.77,-79.88 71.89,-77.35 75.88,-73.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.33,-74.22 77.08,-63.86 72.38,-73.36 79.33,-74.22"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -50,8 +50,8 @@
|
||||
<g id="edge2_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-59.77C122.38,-64.66 143.42,-70.09 160.64,-74.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.26,-78.05 169.81,-77.16 161.01,-71.27 159.26,-78.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-59.77C122.2,-64.61 143.03,-69.99 160.15,-74.41"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.79,-77.67 169.35,-76.78 160.54,-70.89 158.79,-77.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -68,8 +68,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-46.62C111.4,-46.62 119.72,-46.62 127.97,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.74,-50.13 137.74,-46.62 127.74,-43.13 127.74,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-46.62C111.22,-46.62 119.34,-46.62 127.41,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.23,-50.13 137.23,-46.63 127.23,-43.13 127.23,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -86,8 +86,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-33.48C117.43,-29.87 132.57,-25.96 146.46,-22.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147,-25.59 155.81,-19.71 145.25,-18.82 147,-25.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-33.48C117.3,-29.9 132.27,-26.04 146.05,-22.48"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.53,-25.97 155.34,-20.09 144.78,-19.2 146.53,-25.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math::monte_carlo::generate_samples Pages: 1 -->
|
||||
<svg width="263pt" height="101pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M25.74,-62.36C20.48,-71.43 29.07,-79.88 51.5,-79.88 64.12,-79.88 72.35,-77.2 76.21,-73.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.79,-73.65 77.26,-63.36 72.82,-72.98 79.79,-73.65"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M25.74,-62.36C20.48,-71.43 29.07,-79.88 51.5,-79.88 63.77,-79.88 71.89,-77.35 75.88,-73.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.33,-74.22 77.08,-63.86 72.38,-73.36 79.33,-74.22"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge2_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-59.77C122.38,-64.66 143.42,-70.09 160.64,-74.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.26,-78.05 169.81,-77.16 161.01,-71.27 159.26,-78.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-59.77C122.2,-64.61 143.03,-69.99 160.15,-74.41"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.79,-77.67 169.35,-76.78 160.54,-70.89 158.79,-77.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-46.62C111.4,-46.62 119.72,-46.62 127.97,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.74,-50.13 137.74,-46.62 127.74,-43.13 127.74,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-46.62C111.22,-46.62 119.34,-46.62 127.41,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.23,-50.13 137.23,-46.63 127.23,-43.13 127.23,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-33.48C117.43,-29.87 132.57,-25.96 146.46,-22.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147,-25.59 155.81,-19.71 145.25,-18.82 147,-25.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.45,-33.48C117.3,-29.9 132.27,-26.04 146.05,-22.48"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.53,-25.97 155.34,-20.09 144.78,-19.2 146.53,-25.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -3,9 +3,9 @@
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="97,5,168,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="45,77,95,40,98,38,101,42,98,44,48,82"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/exp.html#" title=" " alt="" coords="98,55,167,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="48,85,83,77,84,82,50,90"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="48,85,82,77,84,82,50,90"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="100,104,165,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="50,95,86,104,85,109,49,100"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="50,95,85,103,84,109,49,100"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="98,153,167,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="48,104,98,140,101,142,98,147,95,144,45,108"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="48,104,98,140,101,142,98,146,95,144,45,108"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="130pt" height="138pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M30.66,-74.73C40.96,-82.45 55.56,-93.3 68.5,-102.62 69.29,-103.2 70.1,-103.78 70.92,-104.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.58,-107.7 78.76,-110.6 72.61,-101.98 68.58,-107.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M30.66,-74.73C40.96,-82.45 55.56,-93.3 68.5,-102.62 69.18,-103.12 69.87,-103.61 70.57,-104.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.34,-106.82 78.53,-109.73 72.38,-101.1 68.34,-106.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-68.47C40.35,-70.32 49.7,-72.63 58.82,-74.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.75,-78.47 68.29,-77.47 59.42,-71.67 57.75,-78.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-68.47C40.19,-70.28 49.29,-72.53 58.22,-74.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.28,-78.11 67.82,-77.1 58.95,-71.31 57.28,-78.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-60.98C40.75,-59.13 50.7,-56.81 60.28,-54.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.85,-57.79 69.79,-52.11 59.26,-50.98 60.85,-57.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-60.98C40.58,-59.17 50.28,-56.9 59.66,-54.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.38,-58.14 69.32,-52.45 58.79,-51.32 60.38,-58.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -94,8 +94,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M31.13,-54.52C41.42,-47.05 55.8,-36.65 68.5,-27.62 69.3,-27.06 70.11,-26.48 70.93,-25.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.62,-28.29 78.79,-19.68 68.59,-22.56 72.62,-28.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M31.13,-54.52C41.42,-47.05 55.8,-36.65 68.5,-27.62 69.18,-27.14 69.88,-26.65 70.58,-26.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.38,-29.16 78.55,-20.55 68.35,-23.44 72.38,-29.16"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="130pt" height="138pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M30.66,-74.73C40.96,-82.45 55.56,-93.3 68.5,-102.62 69.29,-103.2 70.1,-103.78 70.92,-104.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.58,-107.7 78.76,-110.6 72.61,-101.98 68.58,-107.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M30.66,-74.73C40.96,-82.45 55.56,-93.3 68.5,-102.62 69.18,-103.12 69.87,-103.61 70.57,-104.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.34,-106.82 78.53,-109.73 72.38,-101.1 68.34,-106.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-68.47C40.35,-70.32 49.7,-72.63 58.82,-74.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.75,-78.47 68.29,-77.47 59.42,-71.67 57.75,-78.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-68.47C40.19,-70.28 49.29,-72.53 58.22,-74.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.28,-78.11 67.82,-77.1 58.95,-71.31 57.28,-78.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -66,8 +66,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-60.98C40.75,-59.13 50.7,-56.81 60.28,-54.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.85,-57.79 69.79,-52.11 59.26,-50.98 60.85,-57.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-60.98C40.58,-59.17 50.28,-56.9 59.66,-54.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.38,-58.14 69.32,-52.45 58.79,-51.32 60.38,-58.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -84,8 +84,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M31.13,-54.52C41.42,-47.05 55.8,-36.65 68.5,-27.62 69.3,-27.06 70.11,-26.48 70.93,-25.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.62,-28.29 78.79,-19.68 68.59,-22.56 72.62,-28.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M31.13,-54.52C41.42,-47.05 55.8,-36.65 68.5,-27.62 69.18,-27.14 69.88,-26.65 70.58,-26.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.38,-29.16 78.55,-20.55 68.35,-23.44 72.38,-29.16"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -1,13 +1,13 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,80,55,106"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d40/integral__approximation2_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations." alt="" coords="103,80,146,106"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,90,88,90,88,96,55,96"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,90,87,90,87,96,55,96"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="194,5,265,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="142,77,192,40,196,38,199,42,196,44,145,82"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="142,77,192,40,195,38,198,42,196,44,145,82"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/exp.html#" title=" " alt="" coords="196,55,264,80"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="146,85,180,77,182,82,147,90"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="146,85,180,77,181,82,147,90"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="198,104,262,130"/>
|
||||
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="147,95,184,104,182,109,146,100"/>
|
||||
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="147,95,183,103,182,109,146,100"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="195,153,264,179"/>
|
||||
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="146,104,196,140,199,142,196,147,192,144,143,108"/>
|
||||
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="146,104,196,140,198,142,195,146,192,144,143,108"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="203pt" height="138pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.67,-64.62 53.52,-64.62 61.73,-64.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-68.13 71.71,-64.62 61.71,-61.13 61.71,-68.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.58,-64.62 53.31,-64.62 61.45,-64.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-68.13 71.2,-64.63 61.2,-61.13 61.2,-68.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.66,-74.73C113.96,-82.45 128.56,-93.3 141.5,-102.62 142.29,-103.2 143.1,-103.78 143.92,-104.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.58,-107.7 151.76,-110.6 145.61,-101.98 141.58,-107.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.66,-74.73C113.96,-82.45 128.56,-93.3 141.5,-102.62 142.18,-103.12 142.87,-103.61 143.57,-104.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.34,-106.82 151.53,-109.73 145.38,-101.1 141.34,-106.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,8 @@
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-68.47C113.35,-70.32 122.7,-72.63 131.82,-74.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.75,-78.47 141.29,-77.47 132.42,-71.67 130.75,-78.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-68.47C113.19,-70.28 122.29,-72.53 131.22,-74.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.28,-78.11 140.82,-77.1 131.95,-71.31 130.28,-78.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -94,8 +94,8 @@
|
||||
<g id="edge4_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-60.98C113.75,-59.13 123.7,-56.81 133.28,-54.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.85,-57.79 142.79,-52.11 132.26,-50.98 133.85,-57.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-60.98C113.58,-59.17 123.28,-56.9 132.66,-54.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.38,-58.14 142.32,-52.45 131.79,-51.32 133.38,-58.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -112,8 +112,8 @@
|
||||
<g id="edge5_Node000002_Node000006" class="edge">
|
||||
<title>Node2->Node6</title>
|
||||
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M104.13,-54.52C114.42,-47.05 128.8,-36.65 141.5,-27.62 142.3,-27.06 143.11,-26.48 143.93,-25.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.62,-28.29 151.79,-19.68 141.59,-22.56 145.62,-28.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M104.13,-54.52C114.42,-47.05 128.8,-36.65 141.5,-27.62 142.18,-27.14 142.88,-26.65 143.58,-26.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.38,-29.16 151.55,-20.55 141.35,-23.44 145.38,-29.16"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="203pt" height="138pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.67,-64.62 53.52,-64.62 61.73,-64.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-68.13 71.71,-64.62 61.71,-61.13 61.71,-68.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-64.62C44.58,-64.62 53.31,-64.62 61.45,-64.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-68.13 71.2,-64.63 61.2,-61.13 61.2,-68.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.66,-74.73C113.96,-82.45 128.56,-93.3 141.5,-102.62 142.29,-103.2 143.1,-103.78 143.92,-104.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.58,-107.7 151.76,-110.6 145.61,-101.98 141.58,-107.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M103.66,-74.73C113.96,-82.45 128.56,-93.3 141.5,-102.62 142.18,-103.12 142.87,-103.61 143.57,-104.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.34,-106.82 151.53,-109.73 145.38,-101.1 141.34,-106.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -66,8 +66,8 @@
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-68.47C113.35,-70.32 122.7,-72.63 131.82,-74.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.75,-78.47 141.29,-77.47 132.42,-71.67 130.75,-78.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-68.47C113.19,-70.28 122.29,-72.53 131.22,-74.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.28,-78.11 140.82,-77.1 131.95,-71.31 130.28,-78.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -84,8 +84,8 @@
|
||||
<g id="edge4_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-60.98C113.75,-59.13 123.7,-56.81 133.28,-54.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.85,-57.79 142.79,-52.11 132.26,-50.98 133.85,-57.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-60.98C113.58,-59.17 123.28,-56.9 132.66,-54.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.38,-58.14 142.32,-52.45 131.79,-51.32 133.38,-58.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -102,8 +102,8 @@
|
||||
<g id="edge5_Node000002_Node000006" class="edge">
|
||||
<title>Node2->Node6</title>
|
||||
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M104.13,-54.52C114.42,-47.05 128.8,-36.65 141.5,-27.62 142.3,-27.06 143.11,-26.48 143.93,-25.9"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.62,-28.29 151.79,-19.68 141.59,-22.56 145.62,-28.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M104.13,-54.52C114.42,-47.05 128.8,-36.65 141.5,-27.62 142.18,-27.14 142.88,-26.65 143.58,-26.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.38,-29.16 151.55,-20.55 141.35,-23.44 145.38,-29.16"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,15 +1,15 @@
|
||||
<map id="math::monte_carlo::integral_monte_carlo" name="math::monte_carlo::integral_monte_carlo">
|
||||
<area shape="rect" id="Node000001" title="Compute an approximation of an integral using Monte Carlo integration." alt="" coords="5,77,147,117"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000001" title=" " alt="" coords="40,76,38,67,44,58,57,52,76,50,97,52,109,59,107,64,95,57,76,55,58,57,48,62,44,68,45,75"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000001" title=" " alt="" coords="40,76,38,67,44,58,57,52,76,50,96,52,109,59,106,63,95,57,76,55,58,57,48,62,44,68,45,75"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d40/integral__approximation2_8cpp.html#a71249ee535f16f8ed2e9cc8f0199a2cf" title="short-hand for std::functions used in this implementation" alt="" coords="195,47,332,88"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="147,83,180,78,181,83,148,88"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="147,83,179,78,180,83,148,88"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="206,112,321,138"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000006" title=" " alt="" coords="148,105,192,111,191,117,147,110"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="228,47,226,37,232,28,244,23,263,21,284,23,296,30,294,34,283,28,263,26,246,28,235,32,231,38,233,46"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000006" title=" " alt="" coords="148,105,191,111,190,117,147,110"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="228,47,226,37,232,28,244,23,263,21,284,23,296,29,294,34,282,28,263,26,246,28,235,32,231,38,233,46"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="423,5,491,31"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000003" title=" " alt="" coords="332,47,408,28,410,33,333,53"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000003" title=" " alt="" coords="332,47,408,28,409,33,333,53"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="380,55,534,80"/>
|
||||
<area shape="poly" id="edge4_Node000002_Node000004" title=" " alt="" coords="333,65,365,65,365,70,333,70"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/reserve.html#" title=" " alt="" coords="390,104,524,130"/>
|
||||
<area shape="poly" id="edge5_Node000002_Node000005" title=" " alt="" coords="333,82,391,97,389,102,332,88"/>
|
||||
<area shape="poly" id="edge5_Node000002_Node000005" title=" " alt="" coords="333,82,390,97,389,102,332,88"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math::monte_carlo::integral_monte_carlo Pages: 1 -->
|
||||
<svg width="405pt" height="107pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge6_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge6_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.1,-46.36C23.02,-55.43 31.32,-63.88 53,-63.88 65.19,-63.88 73.16,-61.2 76.88,-57.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.45,-57.64 77.9,-47.36 73.48,-56.99 80.45,-57.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.1,-46.36C23.02,-55.43 31.32,-63.88 53,-63.88 64.86,-63.88 72.71,-61.35 76.56,-57.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.01,-58.21 77.72,-47.86 73.06,-57.38 80.01,-58.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -51,8 +51,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-38.94C114.46,-40.23 122.88,-41.57 131.15,-42.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.47,-46.47 140.9,-44.59 131.57,-39.56 130.47,-46.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-38.94C114.27,-40.2 122.5,-41.51 130.59,-42.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.98,-46.24 140.4,-44.35 131.08,-39.32 129.98,-46.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -69,8 +69,8 @@
|
||||
<g id="edge7_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-22.69C117.16,-21.05 128.55,-19.32 139.37,-17.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.61,-21.03 148.97,-16.07 138.56,-14.11 139.61,-21.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-22.69C116.94,-21.08 128.07,-19.39 138.7,-17.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.12,-21.26 148.48,-16.3 138.07,-14.34 139.12,-21.26"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -78,8 +78,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M168.6,-68.36C163.52,-77.43 171.82,-85.88 193.5,-85.88 205.69,-85.88 213.66,-83.2 217.38,-79.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.95,-79.64 218.4,-69.36 213.98,-78.99 220.95,-79.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M168.6,-68.36C163.52,-77.43 171.82,-85.88 193.5,-85.88 205.36,-85.88 213.21,-83.35 217.06,-79.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.51,-80.21 218.22,-69.86 213.56,-79.38 220.51,-80.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -96,8 +96,8 @@
|
||||
<g id="edge3_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge3_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-65.77C264.38,-70.66 285.42,-76.09 302.64,-80.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="301.26,-84.05 311.81,-83.16 303.01,-77.27 301.26,-84.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-65.77C264.2,-70.61 285.03,-75.99 302.15,-80.41"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="300.79,-83.67 311.35,-82.78 302.54,-76.89 300.79,-83.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -114,8 +114,8 @@
|
||||
<g id="edge4_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge4_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-52.62C253.4,-52.62 261.72,-52.62 269.97,-52.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="269.74,-56.13 279.74,-52.62 269.74,-49.13 269.74,-56.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-52.62C253.22,-52.62 261.34,-52.62 269.41,-52.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="269.23,-56.13 279.23,-52.63 269.23,-49.13 269.23,-56.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -132,8 +132,8 @@
|
||||
<g id="edge5_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge5_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-39.48C259.43,-35.87 274.57,-31.96 288.46,-28.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="289,-31.59 297.81,-25.71 287.25,-24.82 289,-31.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-39.48C259.3,-35.9 274.27,-32.04 288.05,-28.48"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="288.53,-31.97 297.34,-26.09 286.78,-25.2 288.53,-31.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math::monte_carlo::integral_monte_carlo Pages: 1 -->
|
||||
<svg width="405pt" height="107pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge6_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge6_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.1,-46.36C23.02,-55.43 31.32,-63.88 53,-63.88 65.19,-63.88 73.16,-61.2 76.88,-57.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.45,-57.64 77.9,-47.36 73.48,-56.99 80.45,-57.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.1,-46.36C23.02,-55.43 31.32,-63.88 53,-63.88 64.86,-63.88 72.71,-61.35 76.56,-57.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.01,-58.21 77.72,-47.86 73.06,-57.38 80.01,-58.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-38.94C114.46,-40.23 122.88,-41.57 131.15,-42.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.47,-46.47 140.9,-44.59 131.57,-39.56 130.47,-46.47"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-38.94C114.27,-40.2 122.5,-41.51 130.59,-42.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.98,-46.24 140.4,-44.35 131.08,-39.32 129.98,-46.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge7_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-22.69C117.16,-21.05 128.55,-19.32 139.37,-17.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.61,-21.03 148.97,-16.07 138.56,-14.11 139.61,-21.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.36,-22.69C116.94,-21.08 128.07,-19.39 138.7,-17.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.12,-21.26 148.48,-16.3 138.07,-14.34 139.12,-21.26"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -68,8 +68,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M168.6,-68.36C163.52,-77.43 171.82,-85.88 193.5,-85.88 205.69,-85.88 213.66,-83.2 217.38,-79.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.95,-79.64 218.4,-69.36 213.98,-78.99 220.95,-79.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M168.6,-68.36C163.52,-77.43 171.82,-85.88 193.5,-85.88 205.36,-85.88 213.21,-83.35 217.06,-79.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.51,-80.21 218.22,-69.86 213.56,-79.38 220.51,-80.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -86,8 +86,8 @@
|
||||
<g id="edge3_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge3_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-65.77C264.38,-70.66 285.42,-76.09 302.64,-80.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="301.26,-84.05 311.81,-83.16 303.01,-77.27 301.26,-84.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-65.77C264.2,-70.61 285.03,-75.99 302.15,-80.41"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="300.79,-83.67 311.35,-82.78 302.54,-76.89 300.79,-83.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -104,8 +104,8 @@
|
||||
<g id="edge4_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge4_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-52.62C253.4,-52.62 261.72,-52.62 269.97,-52.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="269.74,-56.13 279.74,-52.62 269.74,-49.13 269.74,-56.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-52.62C253.22,-52.62 261.34,-52.62 269.41,-52.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="269.23,-56.13 279.23,-52.63 269.23,-49.13 269.23,-56.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -122,8 +122,8 @@
|
||||
<g id="edge5_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge5_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-39.48C259.43,-35.87 274.57,-31.96 288.46,-28.38"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="289,-31.59 297.81,-25.71 287.25,-24.82 289,-31.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.45,-39.48C259.3,-35.9 274.27,-32.04 288.05,-28.48"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="288.53,-31.97 297.34,-26.09 286.78,-25.2 288.53,-31.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |