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++: numerical_methods/composite_simpson_rule.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,33 +121,33 @@ Include dependency graph for composite_simpson_rule.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:d3/d6d/namespacesimpson__method"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d6d/namespacesimpson__method.html">simpson_method</a></td></tr>
|
||||
<tr class="memitem:d3/d6d/namespacesimpson__method" id="r_d3/d6d/namespacesimpson__method"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d6d/namespacesimpson__method.html">simpson_method</a></td></tr>
|
||||
<tr class="memdesc:d3/d6d/namespacesimpson__method"><td class="mdescLeft"> </td><td class="mdescRight">Contains the Simpson's 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:a6ccc5eddc537dc0293d0ae3d0480f068"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a6ccc5eddc537dc0293d0ae3d0480f068">numerical_methods::simpson_method::evaluate_by_simpson</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, 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:a6ccc5eddc537dc0293d0ae3d0480f068" id="r_a6ccc5eddc537dc0293d0ae3d0480f068"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a6ccc5eddc537dc0293d0ae3d0480f068">numerical_methods::simpson_method::evaluate_by_simpson</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, 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="separator:a6ccc5eddc537dc0293d0ae3d0480f068"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a4251b4df4748a0b9c43a48f61bdd2397"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a4251b4df4748a0b9c43a48f61bdd2397">numerical_methods::simpson_method::f</a> (double x)</td></tr>
|
||||
<tr class="memitem:a4251b4df4748a0b9c43a48f61bdd2397" id="r_a4251b4df4748a0b9c43a48f61bdd2397"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a4251b4df4748a0b9c43a48f61bdd2397">numerical_methods::simpson_method::f</a> (double x)</td></tr>
|
||||
<tr class="memdesc:a4251b4df4748a0b9c43a48f61bdd2397"><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:a4251b4df4748a0b9c43a48f61bdd2397"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2f67508d5f392b0321772169342c98ad"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a2f67508d5f392b0321772169342c98ad">numerical_methods::simpson_method::g</a> (double x)</td></tr>
|
||||
<tr class="memitem:a2f67508d5f392b0321772169342c98ad" id="r_a2f67508d5f392b0321772169342c98ad"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a2f67508d5f392b0321772169342c98ad">numerical_methods::simpson_method::g</a> (double x)</td></tr>
|
||||
<tr class="memdesc:a2f67508d5f392b0321772169342c98ad"><td class="mdescLeft"> </td><td class="mdescRight">Another test function. <br /></td></tr>
|
||||
<tr class="separator:a2f67508d5f392b0321772169342c98ad"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1b74d828b33760094906797042b89442"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a1b74d828b33760094906797042b89442">numerical_methods::simpson_method::k</a> (double x)</td></tr>
|
||||
<tr class="memitem:a1b74d828b33760094906797042b89442" id="r_a1b74d828b33760094906797042b89442"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a1b74d828b33760094906797042b89442">numerical_methods::simpson_method::k</a> (double x)</td></tr>
|
||||
<tr class="memdesc:a1b74d828b33760094906797042b89442"><td class="mdescLeft"> </td><td class="mdescRight">Another test function. <br /></td></tr>
|
||||
<tr class="separator:a1b74d828b33760094906797042b89442"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a6d8df83a6f26ce24a75d3b358b7f5b8a"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a6d8df83a6f26ce24a75d3b358b7f5b8a">numerical_methods::simpson_method::l</a> (double x)</td></tr>
|
||||
<tr class="memitem:a6d8df83a6f26ce24a75d3b358b7f5b8a" id="r_a6d8df83a6f26ce24a75d3b358b7f5b8a"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d18/composite__simpson__rule_8cpp.html#a6d8df83a6f26ce24a75d3b358b7f5b8a">numerical_methods::simpson_method::l</a> (double x)</td></tr>
|
||||
<tr class="memdesc:a6d8df83a6f26ce24a75d3b358b7f5b8a"><td class="mdescLeft"> </td><td class="mdescRight">Another test function. <br /></td></tr>
|
||||
<tr class="separator:a6d8df83a6f26ce24a75d3b358b7f5b8a"><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="../../d4/d18/composite__simpson__rule_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="../../d4/d18/composite__simpson__rule_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="../../d4/d18/composite__simpson__rule_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="../../d4/d18/composite__simpson__rule_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>
|
||||
@@ -560,7 +560,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="../../d4/d18/composite__simpson__rule_8cpp.html">composite_simpson_rule.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,8 +1,8 @@
|
||||
<map id="numerical_methods::simpson_method::k" name="numerical_methods::simpson_method::k">
|
||||
<area shape="rect" id="Node000001" title="Another test function." alt="" coords="5,29,148,70"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="46,29,45,19,50,11,61,5,77,3,94,5,104,12,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="46,29,45,19,50,11,61,5,77,3,94,5,104,11,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<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,12,267,37"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,35,181,30,181,35,149,41"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,35,180,30,181,35,149,41"/>
|
||||
<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,61,266,87"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,182,63,181,69,148,63"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,181,63,180,69,148,63"/>
|
||||
</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::simpson_method::k Pages: 1 -->
|
||||
<svg width="204pt" height="69pt"
|
||||
@@ -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="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.45,-60.88 70.03,-58.2 73.11,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-54.6 73.95,-44.36 69.7,-54.06 76.67,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.17,-60.88 69.67,-58.35 72.85,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.31,-55.16 73.8,-44.87 69.34,-54.48 76.31,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.9 KiB After Width: | Height: | Size: 3.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: numerical_methods::simpson_method::k Pages: 1 -->
|
||||
<svg width="204pt" height="69pt"
|
||||
@@ -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="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.45,-60.88 70.03,-58.2 73.11,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-54.6 73.95,-44.36 69.7,-54.06 76.67,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.17,-60.88 69.67,-58.35 72.85,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.31,-55.16 73.8,-44.87 69.34,-54.48 76.31,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -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,8 +1,8 @@
|
||||
<map id="numerical_methods::simpson_method::g" name="numerical_methods::simpson_method::g">
|
||||
<area shape="rect" id="Node000001" title="Another test function." alt="" coords="5,29,148,70"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="46,29,45,19,50,11,61,5,77,3,94,5,104,12,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="46,29,45,19,50,11,61,5,77,3,94,5,104,11,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<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,12,266,37"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,35,182,30,183,35,149,41"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="148,35,181,30,182,35,149,41"/>
|
||||
<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,61,267,87"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,181,63,181,69,148,63"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,181,63,180,68,148,63"/>
|
||||
</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::simpson_method::g Pages: 1 -->
|
||||
<svg width="204pt" height="69pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.45,-60.88 70.03,-58.2 73.11,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-54.6 73.95,-44.36 69.7,-54.06 76.67,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.17,-60.88 69.67,-58.35 72.85,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.31,-55.16 73.8,-44.87 69.34,-54.48 76.31,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.9 KiB After Width: | Height: | Size: 3.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: numerical_methods::simpson_method::g Pages: 1 -->
|
||||
<svg width="204pt" height="69pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.45,-60.88 70.03,-58.2 73.11,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-54.6 73.95,-44.36 69.7,-54.06 76.67,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.8,-43.36C28.6,-52.43 35.46,-60.88 53.38,-60.88 63.17,-60.88 69.67,-58.35 72.85,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.31,-55.16 73.8,-44.87 69.34,-54.48 76.31,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.1 KiB After Width: | Height: | Size: 3.1 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,8 +1,8 @@
|
||||
<map id="numerical_methods::simpson_method::f" name="numerical_methods::simpson_method::f">
|
||||
<area shape="rect" id="Node000001" title="A function f(x) that will be used to test the method." alt="" coords="5,29,148,70"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="47,29,45,19,50,11,61,5,77,3,94,5,104,12,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="47,29,45,19,50,11,61,5,77,3,94,5,104,11,101,16,92,10,76,8,62,10,54,14,50,20,52,28"/>
|
||||
<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,12,263,37"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,35,183,29,184,35,149,41"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,35,183,29,183,35,149,41"/>
|
||||
<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,61,265,87"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,181,63,181,69,148,63"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="149,58,181,63,180,69,148,63"/>
|
||||
</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::simpson_method::f Pages: 1 -->
|
||||
<svg width="203pt" height="69pt"
|
||||
@@ -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="M32.93,-43.36C28.76,-52.43 35.57,-60.88 53.38,-60.88 63.39,-60.88 69.93,-58.2 72.99,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.55,-54.6 73.82,-44.36 69.57,-54.06 76.55,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.93,-43.36C28.76,-52.43 35.57,-60.88 53.38,-60.88 63.11,-60.88 69.56,-58.35 72.72,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.18,-55.16 73.67,-44.87 69.22,-54.48 76.18,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.9 KiB After Width: | Height: | Size: 3.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: numerical_methods::simpson_method::f Pages: 1 -->
|
||||
<svg width="203pt" height="69pt"
|
||||
@@ -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="M32.93,-43.36C28.76,-52.43 35.57,-60.88 53.38,-60.88 63.39,-60.88 69.93,-58.2 72.99,-54.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.55,-54.6 73.82,-44.36 69.57,-54.06 76.55,-54.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.93,-43.36C28.76,-52.43 35.57,-60.88 53.38,-60.88 63.11,-60.88 69.56,-58.35 72.72,-54.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.18,-55.16 73.67,-44.87 69.22,-54.48 76.18,-55.16"/>
|
||||
</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="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>
|
||||
@@ -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="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.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -1,6 +1,6 @@
|
||||
<map id="numerical_methods::simpson_method::l" name="numerical_methods::simpson_method::l">
|
||||
<area shape="rect" id="Node000001" title="Another test function." alt="" coords="5,29,148,70"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="47,29,46,19,50,11,61,5,77,3,94,5,104,12,101,16,92,10,76,8,63,10,54,14,51,20,52,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="47,29,46,19,50,11,61,5,77,3,93,5,103,11,100,16,91,10,76,8,63,10,54,14,51,20,52,28"/>
|
||||
<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,37,260,63"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,47,181,47,181,52,148,52"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="148,47,180,47,180,52,148,52"/>
|
||||
</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::simpson_method::l Pages: 1 -->
|
||||
<svg width="199pt" height="57pt"
|
||||
@@ -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="M33.26,-30.99C29.16,-40.06 35.86,-48.5 53.38,-48.5 63.23,-48.5 69.66,-45.83 72.67,-41.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.23,-42.22 73.49,-31.99 69.25,-41.7 76.23,-42.22"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M33.26,-30.99C29.16,-40.06 35.86,-48.5 53.38,-48.5 62.95,-48.5 69.3,-45.97 72.41,-42.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.87,-42.78 73.34,-32.49 68.9,-42.11 75.87,-42.78"/>
|
||||
</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="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: 3.0 KiB After Width: | Height: | Size: 3.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: numerical_methods::simpson_method::l Pages: 1 -->
|
||||
<svg width="199pt" height="57pt"
|
||||
@@ -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="M33.26,-30.99C29.16,-40.06 35.86,-48.5 53.38,-48.5 63.23,-48.5 69.66,-45.83 72.67,-41.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.23,-42.22 73.49,-31.99 69.25,-41.7 76.23,-42.22"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M33.26,-30.99C29.16,-40.06 35.86,-48.5 53.38,-48.5 62.95,-48.5 69.3,-45.97 72.41,-42.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.87,-42.78 73.34,-32.49 68.9,-42.11 75.87,-42.78"/>
|
||||
</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="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.3 KiB After Width: | Height: | Size: 2.3 KiB |