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++: Member List</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');
|
||||
@@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('de/d9d/classdata__structures_1_1linked
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<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>
|
||||
|
||||
@@ -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++: numerical_methods/midpoint_integral_method.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');
|
||||
@@ -121,34 +121,34 @@ Include dependency graph for midpoint_integral_method.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:d1/de0/namespacenumerical__methods"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/de0/namespacenumerical__methods.html">numerical_methods</a></td></tr>
|
||||
<tr class="memitem:d1/de0/namespacenumerical__methods" id="r_d1/de0/namespacenumerical__methods"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/de0/namespacenumerical__methods.html">numerical_methods</a></td></tr>
|
||||
<tr class="memdesc:d1/de0/namespacenumerical__methods"><td class="mdescLeft"> </td><td class="mdescRight">for assert <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d9/daa/namespacemidpoint__rule"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/daa/namespacemidpoint__rule.html">midpoint_rule</a></td></tr>
|
||||
<tr class="memitem:d9/daa/namespacemidpoint__rule" id="r_d9/daa/namespacemidpoint__rule"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/daa/namespacemidpoint__rule.html">midpoint_rule</a></td></tr>
|
||||
<tr class="memdesc:d9/daa/namespacemidpoint__rule"><td class="mdescLeft"> </td><td class="mdescRight">Functions for the <a href="https://en.wikipedia.org/wiki/Midpoint_method" target="_blank">Midpoint Integral</a> method 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="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:a7072493d1f0f8a91b2a71d4cc456c09c"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a7072493d1f0f8a91b2a71d4cc456c09c">numerical_methods::midpoint_rule::midpoint</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/integer.html">std::int32_t</a> N, const double <a class="el" href="../../d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001">h</a>, const double a, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>< double(double)> &func)</td></tr>
|
||||
<tr class="memitem:a7072493d1f0f8a91b2a71d4cc456c09c" id="r_a7072493d1f0f8a91b2a71d4cc456c09c"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a7072493d1f0f8a91b2a71d4cc456c09c">numerical_methods::midpoint_rule::midpoint</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/integer.html">std::int32_t</a> N, const double <a class="el" href="../../d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001">h</a>, const double a, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>< double(double)> &func)</td></tr>
|
||||
<tr class="memdesc:a7072493d1f0f8a91b2a71d4cc456c09c"><td class="mdescLeft"> </td><td class="mdescRight">Main function for implementing the Midpoint Integral Method implementation. <br /></td></tr>
|
||||
<tr class="separator:a7072493d1f0f8a91b2a71d4cc456c09c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7ee8e824ef3e138a9a21883b26d97226"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a7ee8e824ef3e138a9a21883b26d97226">numerical_methods::midpoint_rule::f</a> (double x)</td></tr>
|
||||
<tr class="memitem:a7ee8e824ef3e138a9a21883b26d97226" id="r_a7ee8e824ef3e138a9a21883b26d97226"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a7ee8e824ef3e138a9a21883b26d97226">numerical_methods::midpoint_rule::f</a> (double x)</td></tr>
|
||||
<tr class="memdesc:a7ee8e824ef3e138a9a21883b26d97226"><td class="mdescLeft"> </td><td class="mdescRight">A function f(x) that will be used to test the method. <br /></td></tr>
|
||||
<tr class="separator:a7ee8e824ef3e138a9a21883b26d97226"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae682ee71af44b1e9e884849cc6a6b040"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ae682ee71af44b1e9e884849cc6a6b040">numerical_methods::midpoint_rule::g</a> (double x)</td></tr>
|
||||
<tr class="memitem:ae682ee71af44b1e9e884849cc6a6b040" id="r_ae682ee71af44b1e9e884849cc6a6b040"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ae682ee71af44b1e9e884849cc6a6b040">numerical_methods::midpoint_rule::g</a> (double x)</td></tr>
|
||||
<tr class="memdesc:ae682ee71af44b1e9e884849cc6a6b040"><td class="mdescLeft"> </td><td class="mdescRight">A function g(x) that will be used to test the method. <br /></td></tr>
|
||||
<tr class="separator:ae682ee71af44b1e9e884849cc6a6b040"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae9f66040f8e0ba73c1c741261c22a52a"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ae9f66040f8e0ba73c1c741261c22a52a">numerical_methods::midpoint_rule::k</a> (double x)</td></tr>
|
||||
<tr class="memitem:ae9f66040f8e0ba73c1c741261c22a52a" id="r_ae9f66040f8e0ba73c1c741261c22a52a"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ae9f66040f8e0ba73c1c741261c22a52a">numerical_methods::midpoint_rule::k</a> (double x)</td></tr>
|
||||
<tr class="memdesc:ae9f66040f8e0ba73c1c741261c22a52a"><td class="mdescLeft"> </td><td class="mdescRight">A function k(x) that will be used to test the method. <br /></td></tr>
|
||||
<tr class="separator:ae9f66040f8e0ba73c1c741261c22a52a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ad53616fb4fa6880ae876bcba53365c51"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ad53616fb4fa6880ae876bcba53365c51">numerical_methods::midpoint_rule::l</a> (double x)</td></tr>
|
||||
<tr class="memitem:ad53616fb4fa6880ae876bcba53365c51" id="r_ad53616fb4fa6880ae876bcba53365c51"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#ad53616fb4fa6880ae876bcba53365c51">numerical_methods::midpoint_rule::l</a> (double x)</td></tr>
|
||||
<tr class="memdesc:ad53616fb4fa6880ae876bcba53365c51"><td class="mdescLeft"> </td><td class="mdescRight">A function l(x) that will be used to test the method. <br /></td></tr>
|
||||
<tr class="separator:ad53616fb4fa6880ae876bcba53365c51"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2ae48a41e43dc6ab11b962742349646e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a2ae48a41e43dc6ab11b962742349646e">test</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/integer.html">std::int32_t</a> N, double <a class="el" href="../../d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001">h</a>, double a, double b, bool used_argv_parameters)</td></tr>
|
||||
<tr class="memitem:a2ae48a41e43dc6ab11b962742349646e" id="r_a2ae48a41e43dc6ab11b962742349646e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a2ae48a41e43dc6ab11b962742349646e">test</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/integer.html">std::int32_t</a> N, double <a class="el" href="../../d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001">h</a>, double a, double b, bool used_argv_parameters)</td></tr>
|
||||
<tr class="memdesc:a2ae48a41e43dc6ab11b962742349646e"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementations. <br /></td></tr>
|
||||
<tr class="separator:a2ae48a41e43dc6ab11b962742349646e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
|
||||
<tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627" id="r_a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
|
||||
<tr class="memdesc:a3c04138a5bfe5d72780bb7e82a18e627"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -591,7 +591,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_9c6faab82c22511b50177aa2e38e2780.html">numerical_methods</a></li><li class="navelem"><a class="el" href="../../df/d11/midpoint__integral__method_8cpp.html">midpoint_integral_method.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,7 +1,7 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="Node000001" title="Self-test implementations." alt="" coords="5,31,49,56"/>
|
||||
<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="48,36,82,28,83,33,50,41"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,36,81,28,82,33,50,41"/>
|
||||
<area shape="rect" id="Node000003" href="$d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001" title=" " alt="" coords="113,55,152,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="50,46,99,57,98,63,49,51"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="50,46,98,57,97,62,49,51"/>
|
||||
</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="64pt"
|
||||
@@ -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="M32.83,-31.47C40.02,-33.24 48.88,-35.43 57.61,-37.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.53,-41.17 67.08,-40.17 58.21,-34.37 56.53,-41.17"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-31.47C39.86,-33.2 48.49,-35.33 57.03,-37.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.06,-40.81 66.61,-39.8 57.74,-34.01 56.06,-40.81"/>
|
||||
</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,-23.98C43.53,-21.48 57.94,-18.11 70.12,-15.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.56,-18.52 79.5,-12.84 68.96,-11.71 70.56,-18.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-23.98C43.31,-21.53 57.36,-18.25 69.37,-15.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.08,-18.87 79.02,-13.18 68.49,-12.05 70.08,-18.87"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 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="64pt"
|
||||
@@ -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="M32.83,-31.47C40.02,-33.24 48.88,-35.43 57.61,-37.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.53,-41.17 67.08,-40.17 58.21,-34.37 56.53,-41.17"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-31.47C39.86,-33.2 48.49,-35.33 57.03,-37.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.06,-40.81 66.61,-39.8 57.74,-34.01 56.06,-40.81"/>
|
||||
</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,-23.98C43.53,-21.48 57.94,-18.11 70.12,-15.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.56,-18.52 79.5,-12.84 68.96,-11.71 70.56,-18.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-23.98C43.31,-21.53 57.36,-18.25 69.37,-15.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.08,-18.87 79.02,-13.18 68.49,-12.05 70.08,-18.87"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,24 +1,24 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,104,55,130"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/byte/atof.html#" title=" " alt="" coords="104,5,173,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="41,102,101,40,103,38,107,42,104,44,45,105"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="41,102,101,40,103,38,106,42,104,44,45,105"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/byte/atoi.html#" title=" " alt="" coords="104,55,173,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="54,103,94,85,96,89,56,108"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="54,103,93,85,95,90,56,108"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="103,104,174,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="55,114,88,114,88,120,55,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="55,114,87,114,87,120,55,120"/>
|
||||
<area shape="rect" id="Node000005" href="$d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001" title=" " alt="" coords="119,153,158,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="56,126,107,149,104,154,54,130"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="56,126,106,149,104,154,54,130"/>
|
||||
<area shape="rect" id="Node000006" href="$dd/d1e/generate__parentheses_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations." alt="" coords="117,203,160,228"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="45,128,104,190,107,192,103,196,101,193,41,132"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="45,128,104,190,106,191,103,195,101,193,41,132"/>
|
||||
<area shape="rect" id="Node000007" href="$df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160" title="wrapper interface" alt="" coords="222,195,379,236"/>
|
||||
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="161,213,207,213,207,218,161,218"/>
|
||||
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="161,213,206,213,206,218,161,218"/>
|
||||
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/clear.html#" title=" " alt="" coords="458,161,577,187"/>
|
||||
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="379,198,443,186,444,191,380,203"/>
|
||||
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="379,198,442,186,443,191,380,203"/>
|
||||
<area shape="rect" id="Node000009" href="$df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" title="function that adds parenthesis to the string." alt="" coords="427,235,608,276"/>
|
||||
<area shape="poly" id="edge8_Node000007_Node000009" title=" " alt="" coords="380,227,413,233,412,239,379,233"/>
|
||||
<area shape="poly" id="edge10_Node000009_Node000009" title=" " alt="" coords="477,235,475,225,481,216,496,211,518,209,541,211,555,218,553,222,540,216,517,214,497,216,485,220,480,226,482,234"/>
|
||||
<area shape="poly" id="edge8_Node000007_Node000009" title=" " alt="" coords="380,227,412,233,411,239,379,233"/>
|
||||
<area shape="poly" id="edge10_Node000009_Node000009" title=" " alt="" coords="477,235,475,225,481,216,496,211,518,209,541,211,555,217,553,222,539,216,517,214,497,216,485,220,480,226,482,234"/>
|
||||
<area shape="rect" id="Node000010" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="672,217,794,243"/>
|
||||
<area shape="poly" id="edge9_Node000009_Node000010" title=" " alt="" coords="607,242,657,236,657,242,608,248"/>
|
||||
<area shape="poly" id="edge9_Node000009_Node000010" title=" " alt="" coords="607,242,656,237,656,242,608,248"/>
|
||||
<area shape="rect" id="Node000011" 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="656,267,810,292"/>
|
||||
<area shape="poly" id="edge11_Node000009_Node000011" title=" " alt="" coords="608,263,641,267,641,272,607,268"/>
|
||||
<area shape="poly" id="edge11_Node000009_Node000011" title=" " alt="" coords="608,263,640,267,640,272,607,268"/>
|
||||
</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 -->
|
||||
<!--zoomable 223 -->
|
||||
@@ -76,8 +76,8 @@ var sectionId = 'dynsection-5';
|
||||
<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="M28.04,-141.71C38.17,-153.39 55.86,-172.92 73,-187.62 73.61,-188.14 74.23,-188.66 74.86,-189.18"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.31,-192.4 82.4,-195.64 76.53,-186.81 72.31,-192.4"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-141.71C38.17,-153.39 55.86,-172.92 73,-187.62 73.5,-188.06 74.02,-188.49 74.54,-188.92"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.11,-191.47 82.19,-194.72 76.34,-185.89 72.11,-191.47"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -94,8 +94,8 @@ var sectionId = 'dynsection-5';
|
||||
<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="M37.48,-140.02C46.32,-144.15 57.23,-149.24 67.38,-153.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.63,-157.49 76.17,-158.55 68.59,-151.15 65.63,-157.49"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-140.02C46.14,-144.06 56.77,-149.03 66.74,-153.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.26,-156.85 75.8,-157.91 68.22,-150.51 65.26,-156.85"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -112,8 +112,8 @@ var sectionId = 'dynsection-5';
|
||||
<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="M37.48,-131.62C44.72,-131.62 53.35,-131.62 61.82,-131.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.72,-135.13 71.72,-131.62 61.72,-128.13 61.72,-135.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-131.62C44.56,-131.62 52.97,-131.62 61.25,-131.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.21,-135.13 71.21,-131.63 61.21,-128.13 61.21,-135.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -130,8 +130,8 @@ var sectionId = 'dynsection-5';
|
||||
<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="M37.48,-123.23C48.64,-118.02 63.11,-111.26 75.18,-105.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.45,-108.43 84.03,-101.03 73.49,-102.09 76.45,-108.43"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-123.23C48.53,-118.07 62.82,-111.4 74.82,-105.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.08,-109.07 83.66,-101.67 73.12,-102.73 76.08,-109.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -148,8 +148,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-121.54C38.17,-109.86 55.86,-90.33 73,-75.62 73.61,-75.11 74.23,-74.59 74.86,-74.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.53,-76.44 82.4,-67.61 72.31,-70.85 76.53,-76.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-121.54C38.17,-109.86 55.86,-90.33 73,-75.62 73.5,-75.19 74.02,-74.76 74.54,-74.33"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.34,-77.36 82.19,-68.53 72.11,-71.78 76.34,-77.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -167,8 +167,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge6_Node000006_Node000007" class="edge">
|
||||
<title>Node6->Node7</title>
|
||||
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M116.41,-57.62C125.76,-57.62 138.37,-57.62 151.58,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.25,-61.13 161.25,-57.62 151.25,-54.13 151.25,-61.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.41,-57.62C125.57,-57.62 137.87,-57.62 150.79,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.74,-61.13 160.74,-57.63 150.74,-54.13 150.74,-61.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -185,8 +185,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge7_Node000007_Node000008" class="edge">
|
||||
<title>Node7->Node8</title>
|
||||
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-68.9C296.54,-71.91 313.33,-75.15 328.7,-78.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.6,-81.67 338.08,-80.12 328.93,-74.79 327.6,-81.67"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-68.9C296.24,-71.86 312.68,-75.03 327.81,-77.95"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.11,-81.38 337.6,-79.84 328.44,-74.51 327.11,-81.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -204,8 +204,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge8_Node000007_Node000009" class="edge">
|
||||
<title>Node7->Node9</title>
|
||||
<g id="a_edge8_Node000007_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-46.71C288.86,-45.23 297.09,-43.69 305.29,-42.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="305.82,-45.44 315.01,-40.16 304.54,-38.56 305.82,-45.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-46.71C288.69,-45.26 296.72,-43.76 304.73,-42.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="305.33,-45.71 314.52,-40.44 304.05,-38.83 305.33,-45.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -213,8 +213,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge10_Node000009_Node000009" class="edge">
|
||||
<title>Node9->Node9</title>
|
||||
<g id="a_edge10_Node000009_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M355.51,-43.36C349.67,-52.43 359.21,-60.88 384.12,-60.88 398.14,-60.88 407.29,-58.2 411.58,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="415.16,-54.68 412.74,-44.36 408.2,-53.93 415.16,-54.68"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M355.51,-43.36C349.67,-52.43 359.21,-60.88 384.12,-60.88 397.75,-60.88 406.78,-58.35 411.21,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="414.65,-55.24 412.54,-44.86 407.71,-54.29 414.65,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -231,8 +231,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge9_Node000009_Node000010" class="edge">
|
||||
<title>Node9->Node10</title>
|
||||
<g id="a_edge9_Node000009_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-35.57C464.13,-37.04 476.84,-38.55 488.77,-39.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="488.12,-43.54 498.47,-41.25 488.95,-36.59 488.12,-43.54"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-35.57C463.88,-37.01 476.32,-38.49 488.04,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="487.62,-43.36 497.96,-41.07 488.45,-36.41 487.62,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -249,8 +249,8 @@ var sectionId = 'dynsection-5';
|
||||
<g id="edge11_Node000009_Node000011" class="edge">
|
||||
<title>Node9->Node11</title>
|
||||
<g id="a_edge11_Node000009_Node000011"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-20.1C460.03,-19.17 468.41,-18.23 476.62,-17.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="476.74,-20.7 486.29,-16.1 475.96,-13.74 476.74,-20.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-20.1C459.85,-19.19 468.04,-18.27 476.07,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="476.24,-20.86 485.78,-16.27 475.45,-13.91 476.24,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 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="612pt" height="223pt"
|
||||
@@ -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="M28.04,-141.71C38.17,-153.39 55.86,-172.92 73,-187.62 73.61,-188.14 74.23,-188.66 74.86,-189.18"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.31,-192.4 82.4,-195.64 76.53,-186.81 72.31,-192.4"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-141.71C38.17,-153.39 55.86,-172.92 73,-187.62 73.5,-188.06 74.02,-188.49 74.54,-188.92"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.11,-191.47 82.19,-194.72 76.34,-185.89 72.11,-191.47"/>
|
||||
</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="M37.48,-140.02C46.32,-144.15 57.23,-149.24 67.38,-153.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.63,-157.49 76.17,-158.55 68.59,-151.15 65.63,-157.49"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-140.02C46.14,-144.06 56.77,-149.03 66.74,-153.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.26,-156.85 75.8,-157.91 68.22,-150.51 65.26,-156.85"/>
|
||||
</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="M37.48,-131.62C44.72,-131.62 53.35,-131.62 61.82,-131.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.72,-135.13 71.72,-131.62 61.72,-128.13 61.72,-135.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-131.62C44.56,-131.62 52.97,-131.62 61.25,-131.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.21,-135.13 71.21,-131.63 61.21,-128.13 61.21,-135.13"/>
|
||||
</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="M37.48,-123.23C48.64,-118.02 63.11,-111.26 75.18,-105.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.45,-108.43 84.03,-101.03 73.49,-102.09 76.45,-108.43"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.48,-123.23C48.53,-118.07 62.82,-111.4 74.82,-105.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.08,-109.07 83.66,-101.67 73.12,-102.73 76.08,-109.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -102,8 +102,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-121.54C38.17,-109.86 55.86,-90.33 73,-75.62 73.61,-75.11 74.23,-74.59 74.86,-74.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.53,-76.44 82.4,-67.61 72.31,-70.85 76.53,-76.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.04,-121.54C38.17,-109.86 55.86,-90.33 73,-75.62 73.5,-75.19 74.02,-74.76 74.54,-74.33"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.34,-77.36 82.19,-68.53 72.11,-71.78 76.34,-77.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -121,8 +121,8 @@
|
||||
<g id="edge6_Node000006_Node000007" class="edge">
|
||||
<title>Node6->Node7</title>
|
||||
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M116.41,-57.62C125.76,-57.62 138.37,-57.62 151.58,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.25,-61.13 161.25,-57.62 151.25,-54.13 151.25,-61.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.41,-57.62C125.57,-57.62 137.87,-57.62 150.79,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.74,-61.13 160.74,-57.63 150.74,-54.13 150.74,-61.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -139,8 +139,8 @@
|
||||
<g id="edge7_Node000007_Node000008" class="edge">
|
||||
<title>Node7->Node8</title>
|
||||
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-68.9C296.54,-71.91 313.33,-75.15 328.7,-78.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.6,-81.67 338.08,-80.12 328.93,-74.79 327.6,-81.67"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-68.9C296.24,-71.86 312.68,-75.03 327.81,-77.95"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="327.11,-81.38 337.6,-79.84 328.44,-74.51 327.11,-81.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -158,8 +158,8 @@
|
||||
<g id="edge8_Node000007_Node000009" class="edge">
|
||||
<title>Node7->Node9</title>
|
||||
<g id="a_edge8_Node000007_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-46.71C288.86,-45.23 297.09,-43.69 305.29,-42.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="305.82,-45.44 315.01,-40.16 304.54,-38.56 305.82,-45.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M280.94,-46.71C288.69,-45.26 296.72,-43.76 304.73,-42.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="305.33,-45.71 314.52,-40.44 304.05,-38.83 305.33,-45.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -167,8 +167,8 @@
|
||||
<g id="edge10_Node000009_Node000009" class="edge">
|
||||
<title>Node9->Node9</title>
|
||||
<g id="a_edge10_Node000009_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M355.51,-43.36C349.67,-52.43 359.21,-60.88 384.12,-60.88 398.14,-60.88 407.29,-58.2 411.58,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="415.16,-54.68 412.74,-44.36 408.2,-53.93 415.16,-54.68"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M355.51,-43.36C349.67,-52.43 359.21,-60.88 384.12,-60.88 397.75,-60.88 406.78,-58.35 411.21,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="414.65,-55.24 412.54,-44.86 407.71,-54.29 414.65,-55.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -185,8 +185,8 @@
|
||||
<g id="edge9_Node000009_Node000010" class="edge">
|
||||
<title>Node9->Node10</title>
|
||||
<g id="a_edge9_Node000009_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-35.57C464.13,-37.04 476.84,-38.55 488.77,-39.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="488.12,-43.54 498.47,-41.25 488.95,-36.59 488.12,-43.54"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-35.57C463.88,-37.01 476.32,-38.49 488.04,-39.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="487.62,-43.36 497.96,-41.07 488.45,-36.41 487.62,-43.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -203,8 +203,8 @@
|
||||
<g id="edge11_Node000009_Node000011" class="edge">
|
||||
<title>Node9->Node11</title>
|
||||
<g id="a_edge11_Node000009_Node000011"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-20.1C460.03,-19.17 468.41,-18.23 476.62,-17.3"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="476.74,-20.7 486.29,-16.1 475.96,-13.74 476.74,-20.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M451.84,-20.1C459.85,-19.19 468.04,-18.27 476.07,-17.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="476.24,-20.86 485.78,-16.27 475.45,-13.91 476.24,-20.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,12 +1,12 @@
|
||||
<map id="numerical_methods::midpoint_rule::midpoint" name="numerical_methods::midpoint_rule::midpoint">
|
||||
<area shape="rect" id="Node000001" title="Main function for implementing the Midpoint Integral Method implementation." alt="" coords="5,73,161,113"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000001" title=" " alt="" coords="48,72,46,63,52,54,64,48,83,46,103,48,115,55,113,60,102,53,83,51,66,53,56,58,52,64,53,71"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000001" title=" " alt="" coords="48,72,46,63,52,54,64,48,83,46,103,48,115,55,112,59,101,53,83,51,66,53,56,58,52,64,53,71"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/map/at.html#" title=" " alt="" coords="219,5,311,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="134,69,217,35,219,40,136,74"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="134,69,216,35,218,40,136,74"/>
|
||||
<area shape="rect" id="Node000003" href="$d1/df3/hash__search_8cpp.html#a566eaf0ffafd50bc61e644561fd27001" title=" " alt="" coords="246,55,284,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="160,79,230,69,231,75,161,85"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="160,79,230,70,231,75,161,85"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/map/insert.html#" title=" " alt="" coords="209,104,321,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="161,100,194,105,194,110,160,106"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="161,100,194,105,193,110,160,106"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/isnan.html#" title=" " alt="" coords="226,153,304,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="136,111,218,145,216,150,134,116"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="136,111,218,145,216,149,134,116"/>
|
||||
</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: numerical_methods::midpoint_rule::midpoint Pages: 1 -->
|
||||
<svg width="245pt" height="138pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge5_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge5_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.08,-80.36C29.15,-89.43 37.21,-97.88 58.25,-97.88 70.09,-97.88 77.81,-95.2 81.43,-91.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="85,-91.64 82.42,-81.36 78.03,-91.01 85,-91.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M34.08,-80.36C29.15,-89.43 37.21,-97.88 58.25,-97.88 69.76,-97.88 77.38,-95.35 81.12,-91.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.57,-92.2 82.24,-81.86 77.62,-91.4 84.57,-92.2"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -50,8 +50,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="M97.04,-80.37C116.69,-88.56 140.52,-98.49 159.59,-106.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.06,-110.01 168.64,-110.63 160.75,-103.55 158.06,-110.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.04,-80.37C116.51,-88.49 140.07,-98.31 159.06,-106.22"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.66,-109.43 168.24,-110.05 160.36,-102.97 157.66,-109.43"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -68,8 +68,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="M116.63,-72.74C134.98,-75.33 154.32,-78.07 169.03,-80.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.34,-83.73 178.73,-81.66 169.32,-76.79 168.34,-83.73"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.63,-72.74C134.79,-75.31 153.94,-78.01 168.6,-80.09"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.84,-83.51 178.23,-81.45 168.82,-76.58 167.84,-83.51"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -86,8 +86,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="M116.63,-56.94C124.87,-55.84 133.31,-54.7 141.44,-53.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.84,-56.96 151.29,-52.16 140.91,-50.02 141.84,-56.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.63,-56.94C124.68,-55.86 132.92,-54.76 140.88,-53.69"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.34,-57.16 150.79,-52.36 140.41,-50.22 141.34,-57.16"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -104,8 +104,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="M97.4,-49.01C116.78,-41.08 140.15,-31.51 159,-23.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.03,-26.75 167.96,-19.72 157.38,-20.27 160.03,-26.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.4,-49.01C116.6,-41.15 139.71,-31.69 158.48,-24.01"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.63,-27.32 167.56,-20.29 156.98,-20.84 159.63,-27.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 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: numerical_methods::midpoint_rule::midpoint Pages: 1 -->
|
||||
<svg width="245pt" height="138pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge5_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge5_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M34.08,-80.36C29.15,-89.43 37.21,-97.88 58.25,-97.88 70.09,-97.88 77.81,-95.2 81.43,-91.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="85,-91.64 82.42,-81.36 78.03,-91.01 85,-91.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M34.08,-80.36C29.15,-89.43 37.21,-97.88 58.25,-97.88 69.76,-97.88 77.38,-95.35 81.12,-91.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.57,-92.2 82.24,-81.86 77.62,-91.4 84.57,-92.2"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -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="M97.04,-80.37C116.69,-88.56 140.52,-98.49 159.59,-106.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.06,-110.01 168.64,-110.63 160.75,-103.55 158.06,-110.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.04,-80.37C116.51,-88.49 140.07,-98.31 159.06,-106.22"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.66,-109.43 168.24,-110.05 160.36,-102.97 157.66,-109.43"/>
|
||||
</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="M116.63,-72.74C134.98,-75.33 154.32,-78.07 169.03,-80.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.34,-83.73 178.73,-81.66 169.32,-76.79 168.34,-83.73"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.63,-72.74C134.79,-75.31 153.94,-78.01 168.6,-80.09"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.84,-83.51 178.23,-81.45 168.82,-76.58 167.84,-83.51"/>
|
||||
</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="M116.63,-56.94C124.87,-55.84 133.31,-54.7 141.44,-53.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.84,-56.96 151.29,-52.16 140.91,-50.02 141.84,-56.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M116.63,-56.94C124.68,-55.86 132.92,-54.76 140.88,-53.69"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.34,-57.16 150.79,-52.36 140.41,-50.22 141.34,-57.16"/>
|
||||
</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="M97.4,-49.01C116.78,-41.08 140.15,-31.51 159,-23.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.03,-26.75 167.96,-19.72 157.38,-20.27 160.03,-26.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.4,-49.01C116.6,-41.15 139.71,-31.69 158.48,-24.01"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.63,-27.32 167.56,-20.29 156.98,-20.84 159.63,-27.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<map id="numerical_methods::midpoint_rule::f" name="numerical_methods::midpoint_rule::f">
|
||||
<area shape="rect" id="Node000001" title="A function f(x) that will be used to test the method." alt="" coords="5,23,148,64"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/log.html#" title=" " alt="" coords="198,5,263,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,183,23,184,28,149,34"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,183,23,183,29,149,34"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="196,55,265,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,181,57,181,63,148,57"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,181,57,180,62,148,57"/>
|
||||
</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: numerical_methods::midpoint_rule::f Pages: 1 -->
|
||||
<svg width="203pt" height="64pt"
|
||||
@@ -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="M107.08,-36.46C116.06,-37.96 125.18,-39.49 133.53,-40.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.9,-44.5 143.34,-42.7 134.06,-37.6 132.9,-44.5"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.08,-36.46C115.96,-37.95 124.98,-39.46 133.24,-40.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.41,-44.25 142.85,-42.45 133.56,-37.35 132.41,-44.25"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,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="M107.08,-19.26C115.41,-17.93 123.86,-16.59 131.7,-15.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.97,-18.69 141.3,-13.67 130.87,-11.78 131.97,-18.69"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.08,-19.26C115.22,-17.96 123.47,-16.65 131.16,-15.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.48,-18.93 140.8,-13.9 130.38,-12.01 131.48,-18.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 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: numerical_methods::midpoint_rule::f Pages: 1 -->
|
||||
<svg width="203pt" height="64pt"
|
||||
@@ -31,8 +31,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="M107.08,-36.46C116.06,-37.96 125.18,-39.49 133.53,-40.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.9,-44.5 143.34,-42.7 134.06,-37.6 132.9,-44.5"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.08,-36.46C115.96,-37.95 124.98,-39.46 133.24,-40.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.41,-44.25 142.85,-42.45 133.56,-37.35 132.41,-44.25"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,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="M107.08,-19.26C115.41,-17.93 123.86,-16.59 131.7,-15.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.97,-18.69 141.3,-13.67 130.87,-11.78 131.97,-18.69"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.08,-19.26C115.22,-17.96 123.47,-16.65 131.16,-15.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.48,-18.93 140.8,-13.9 130.38,-12.01 131.48,-18.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,5 +1,5 @@
|
||||
<map id="numerical_methods::midpoint_rule::l" name="numerical_methods::midpoint_rule::l">
|
||||
<area shape="rect" id="Node000001" title="A function l(x) that will be used to test the method." alt="" coords="5,5,148,46"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/log.html#" title=" " alt="" coords="196,13,260,39"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,23,181,23,181,28,148,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,23,180,23,180,28,148,28"/>
|
||||
</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: numerical_methods::midpoint_rule::l Pages: 1 -->
|
||||
<svg width="199pt" height="39pt"
|
||||
@@ -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="M107.19,-15.25C115.51,-15.25 123.91,-15.25 131.66,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.46,-18.75 141.46,-15.25 131.46,-11.75 131.46,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.19,-15.25C115.31,-15.25 123.52,-15.25 131.12,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.95,-18.75 140.95,-15.25 130.95,-11.75 130.95,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 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: numerical_methods::midpoint_rule::l Pages: 1 -->
|
||||
<svg width="199pt" height="39pt"
|
||||
@@ -31,8 +31,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="M107.19,-15.25C115.51,-15.25 123.91,-15.25 131.66,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.46,-18.75 141.46,-15.25 131.46,-11.75 131.46,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.19,-15.25C115.31,-15.25 123.52,-15.25 131.12,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.95,-18.75 140.95,-15.25 130.95,-11.75 130.95,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -1,7 +1,7 @@
|
||||
<map id="numerical_methods::midpoint_rule::g" name="numerical_methods::midpoint_rule::g">
|
||||
<area shape="rect" id="Node000001" title="A function g(x) that will be used to test the method." alt="" coords="5,23,148,64"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/exp.html#" title=" " alt="" coords="197,5,266,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,182,23,183,29,149,34"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,181,24,182,29,149,34"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="196,55,267,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,181,57,181,62,148,57"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,181,57,180,62,148,57"/>
|
||||
</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: numerical_methods::midpoint_rule::g Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -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="M107.09,-36.4C115.85,-37.86 124.74,-39.34 132.94,-40.7"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.17,-44.29 142.61,-42.48 133.32,-37.39 132.17,-44.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-36.4C115.65,-37.83 124.33,-39.27 132.38,-40.61"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.67,-44.04 142.11,-42.23 132.82,-37.14 131.67,-44.04"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,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="M107.09,-19.31C115.43,-18 123.89,-16.66 131.76,-15.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.08,-18.75 141.41,-13.74 130.99,-11.84 132.08,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-19.31C115.24,-18.03 123.5,-16.72 131.22,-15.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.58,-18.99 140.92,-13.98 130.49,-12.08 131.58,-18.99"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 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: numerical_methods::midpoint_rule::g Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -31,8 +31,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="M107.09,-36.4C115.85,-37.86 124.74,-39.34 132.94,-40.7"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.17,-44.29 142.61,-42.48 133.32,-37.39 132.17,-44.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-36.4C115.65,-37.83 124.33,-39.27 132.38,-40.61"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.67,-44.04 142.11,-42.23 132.82,-37.14 131.67,-44.04"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,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="M107.09,-19.31C115.43,-18 123.89,-16.66 131.76,-15.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.08,-18.75 141.41,-13.74 130.99,-11.84 132.08,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-19.31C115.24,-18.03 123.5,-16.72 131.22,-15.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.58,-18.99 140.92,-13.98 130.49,-12.08 131.58,-18.99"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,7 +1,7 @@
|
||||
<map id="numerical_methods::midpoint_rule::k" name="numerical_methods::midpoint_rule::k">
|
||||
<area shape="rect" id="Node000001" title="A function k(x) that will be used to test the method." alt="" coords="5,23,148,64"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="196,5,267,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,181,24,181,29,149,34"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,29,180,24,181,29,149,34"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="197,55,266,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,182,57,181,63,148,57"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="149,52,181,57,180,62,148,57"/>
|
||||
</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: numerical_methods::midpoint_rule::k Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -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="M107.09,-36.4C115.43,-37.79 123.89,-39.2 131.76,-40.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.97,-44.09 141.41,-42.28 132.12,-37.19 130.97,-44.09"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-36.4C115.24,-37.76 123.5,-39.13 131.22,-40.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.48,-43.84 140.92,-42.03 131.63,-36.94 130.48,-43.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,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="M107.09,-19.31C115.59,-17.97 124.21,-16.61 132.21,-15.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.68,-18.66 142.01,-13.65 131.59,-11.75 132.68,-18.66"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-19.31C115.39,-18 123.82,-16.67 131.66,-15.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.18,-18.9 141.52,-13.88 131.09,-11.98 132.18,-18.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 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: numerical_methods::midpoint_rule::k Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -31,8 +31,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="M107.09,-36.4C115.43,-37.79 123.89,-39.2 131.76,-40.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.97,-44.09 141.41,-42.28 132.12,-37.19 130.97,-44.09"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-36.4C115.24,-37.76 123.5,-39.13 131.22,-40.42"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.48,-43.84 140.92,-42.03 131.63,-36.94 130.48,-43.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,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="M107.09,-19.31C115.59,-17.97 124.21,-16.61 132.21,-15.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.68,-18.66 142.01,-13.65 131.59,-11.75 132.68,-18.66"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.09,-19.31C115.39,-18 123.82,-16.67 131.66,-15.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.18,-18.9 141.52,-13.88 131.09,-11.98 132.18,-18.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |