Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -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/brent_method_extrema.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&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -119,32 +119,32 @@ Include dependency graph for brent_method_extrema.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a525335710b53cb064ca56b936120431e"><td class="memItemLeft" align="right" valign="top"><a id="a525335710b53cb064ca56b936120431e" name="a525335710b53cb064ca56b936120431e"></a>
<tr class="memitem:a525335710b53cb064ca56b936120431e" id="r_a525335710b53cb064ca56b936120431e"><td class="memItemLeft" align="right" valign="top"><a id="a525335710b53cb064ca56b936120431e" name="a525335710b53cb064ca56b936120431e"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>_USE_MATH_DEFINES</b></td></tr>
<tr class="memdesc:a525335710b53cb064ca56b936120431e"><td class="mdescLeft">&#160;</td><td class="mdescRight">required for MS Visual C++ <br /></td></tr>
<tr class="separator:a525335710b53cb064ca56b936120431e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a002b2f4894492820fe708b1b7e7c5e70"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a002b2f4894492820fe708b1b7e7c5e70">EPSILON</a></td></tr>
<tr class="memdesc:a002b2f4894492820fe708b1b7e7c5e70"><td class="mdescLeft">&#160;</td><td class="mdescRight">system accuracy limit <br /></td></tr>
<tr class="memitem:a002b2f4894492820fe708b1b7e7c5e70" id="r_a002b2f4894492820fe708b1b7e7c5e70"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a002b2f4894492820fe708b1b7e7c5e70">EPSILON</a></td></tr>
<tr class="memdesc:a002b2f4894492820fe708b1b7e7c5e70"><td class="mdescLeft">&#160;</td><td class="mdescRight">system accuracy limit/*#end#*&zwj;/ <br /></td></tr>
<tr class="separator:a002b2f4894492820fe708b1b7e7c5e70"><td class="memSeparator" colspan="2">&#160;</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:a1aa76a6d5fd4d333f9072beff1dc486b"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b">get_minima</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>&lt; double(double)&gt; &amp;f, double lim_a, double lim_b)</td></tr>
<tr class="memitem:a1aa76a6d5fd4d333f9072beff1dc486b" id="r_a1aa76a6d5fd4d333f9072beff1dc486b"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b">get_minima</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>&lt; double(double)&gt; &amp;f, double lim_a, double lim_b)</td></tr>
<tr class="memdesc:a1aa76a6d5fd4d333f9072beff1dc486b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the real root of a function in the given interval. <br /></td></tr>
<tr class="separator:a1aa76a6d5fd4d333f9072beff1dc486b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1440a7779ac56f47a3f355ce4a8c7da0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a1440a7779ac56f47a3f355ce4a8c7da0">test1</a> ()</td></tr>
<tr class="memitem:a1440a7779ac56f47a3f355ce4a8c7da0" id="r_a1440a7779ac56f47a3f355ce4a8c7da0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a1440a7779ac56f47a3f355ce4a8c7da0">test1</a> ()</td></tr>
<tr class="memdesc:a1440a7779ac56f47a3f355ce4a8c7da0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test function to find root for the function \(f(x)= (x-2)^2\) in the interval \([1,5]\) <br />
Expected result = 2. <br /></td></tr>
<tr class="separator:a1440a7779ac56f47a3f355ce4a8c7da0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0283886819c7c140a023582b7269e2d0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a0283886819c7c140a023582b7269e2d0">test2</a> ()</td></tr>
<tr class="memitem:a0283886819c7c140a023582b7269e2d0" id="r_a0283886819c7c140a023582b7269e2d0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a0283886819c7c140a023582b7269e2d0">test2</a> ()</td></tr>
<tr class="memdesc:a0283886819c7c140a023582b7269e2d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test function to find root for the function \(f(x)= x^{\frac{1}{x}}\) in the interval \([-2,10]\) <br />
Expected result: \(e\approx 2.71828182845904509\). <br /></td></tr>
<tr class="separator:a0283886819c7c140a023582b7269e2d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6d0455dd5c30adda100e95f0423c786e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a6d0455dd5c30adda100e95f0423c786e">test3</a> ()</td></tr>
<tr class="memitem:a6d0455dd5c30adda100e95f0423c786e" id="r_a6d0455dd5c30adda100e95f0423c786e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#a6d0455dd5c30adda100e95f0423c786e">test3</a> ()</td></tr>
<tr class="memdesc:a6d0455dd5c30adda100e95f0423c786e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Test function to find <em>maxima</em> for the function \(f(x)= \cos x\) in the interval \([0,12]\) <br />
Expected result: \(\pi\approx 3.14159265358979312\). <br /></td></tr>
<tr class="separator:a6d0455dd5c30adda100e95f0423c786e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d01/brent__method__extrema_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -171,7 +171,7 @@ Functions</h2></td></tr>
<div class="ttc" id="anumeric_limits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/numeric_limits.html">std::numeric_limits</a></div></div>
<div class="ttc" id="asqrt_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/numeric/math/sqrt.html">std::sqrt</a></div><div class="ttdeci">T sqrt(T... args)</div></div>
</div><!-- fragment -->
<p>system accuracy limit </p>
<p>system accuracy limit/*#end#*&zwj;/ </p>
</div>
</div>
@@ -319,7 +319,7 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 134</span> <span class="keywordflow">return</span> x;</div>
<div class="line"><span class="lineno"> 135</span>}</div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cerr</a></div></div>
<div class="ttc" id="abrent__method__extrema_8cpp_html_a002b2f4894492820fe708b1b7e7c5e70"><div class="ttname"><a href="../../db/d01/brent__method__extrema_8cpp.html#a002b2f4894492820fe708b1b7e7c5e70">EPSILON</a></div><div class="ttdeci">#define EPSILON</div><div class="ttdoc">system accuracy limit</div><div class="ttdef"><b>Definition</b> brent_method_extrema.cpp:23</div></div>
<div class="ttc" id="abrent__method__extrema_8cpp_html_a002b2f4894492820fe708b1b7e7c5e70"><div class="ttname"><a href="../../db/d01/brent__method__extrema_8cpp.html#a002b2f4894492820fe708b1b7e7c5e70">EPSILON</a></div><div class="ttdeci">#define EPSILON</div><div class="ttdoc">system accuracy limit/*#end#*/</div><div class="ttdef"><b>Definition</b> brent_method_extrema.cpp:23</div></div>
<div class="ttc" id="acomposite__simpson__rule_8cpp_html_a4251b4df4748a0b9c43a48f61bdd2397"><div class="ttname"><a href="../../d4/d18/composite__simpson__rule_8cpp.html#a4251b4df4748a0b9c43a48f61bdd2397">numerical_methods::simpson_method::f</a></div><div class="ttdeci">double f(double x)</div><div class="ttdoc">A function f(x) that will be used to test the method.</div><div class="ttdef"><b>Definition</b> composite_simpson_rule.cpp:113</div></div>
<div class="ttc" id="aswap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/swap.html">std::swap</a></div><div class="ttdeci">T swap(T... args)</div></div>
</div><!-- fragment --><div class="dynheader">
@@ -499,7 +499,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="../../db/d01/brent__method__extrema_8cpp.html">brent_method_extrema.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>

View File

@@ -1,11 +1,11 @@
<map id="test2" name="test2">
<area shape="rect" id="Node000001" title="Test function to find root for the function &#160;in the interval &#160;&#160;&#160;Expected result: ." alt="" coords="5,55,56,80"/>
<area shape="rect" id="Node000002" href="$db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b" title="Get the real root of a function in the given interval." alt="" coords="104,29,192,55"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,60,89,52,90,57,57,65"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,60,88,52,89,58,57,65"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="112,79,184,104"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="57,70,98,79,97,84,56,75"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="57,70,97,79,96,84,56,75"/>
<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="245,5,314,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="192,31,229,25,230,30,193,37"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="240,55,318,80"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="193,48,226,55,225,60,192,53"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="193,48,225,54,224,60,192,53"/>
</map>

View File

@@ -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: test2 Pages: 1 -->
<svg width="243pt" height="82pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-31.65C45.4,-33.27 54.14,-35.19 62.87,-37.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.9,-40.72 72.42,-39.46 63.41,-33.88 61.9,-40.72"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-31.65C45.24,-33.23 53.75,-35.11 62.29,-37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-40.39 71.95,-39.13 62.94,-33.55 61.43,-40.39"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-23.81C47.21,-21.9 58.55,-19.53 69.34,-17.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.76,-20.55 78.83,-15.08 68.33,-13.7 69.76,-20.55"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-23.81C47.02,-21.94 58.08,-19.63 68.66,-17.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.28,-20.86 78.35,-15.39 67.85,-14.01 69.28,-20.86"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-52.67C149.23,-54.34 159,-56.16 168.16,-57.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.45,-61.48 177.92,-59.88 168.73,-54.6 167.45,-61.48"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-52.67C149.13,-54.32 158.79,-56.12 167.85,-57.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.96,-61.21 177.43,-59.6 168.24,-54.33 166.96,-61.21"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-40.25C148.27,-38.67 156.92,-36.97 165.2,-35.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.65,-38.62 174.78,-33.25 164.29,-31.75 165.65,-38.62"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-40.25C148.09,-38.71 156.53,-37.05 164.64,-35.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.16,-38.91 174.3,-33.55 163.81,-32.04 165.16,-38.91"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -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: test2 Pages: 1 -->
<svg width="243pt" height="82pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-31.65C45.4,-33.27 54.14,-35.19 62.87,-37.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.9,-40.72 72.42,-39.46 63.41,-33.88 61.9,-40.72"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-31.65C45.24,-33.23 53.75,-35.11 62.29,-37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-40.39 71.95,-39.13 62.94,-33.55 61.43,-40.39"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-23.81C47.21,-21.9 58.55,-19.53 69.34,-17.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.76,-20.55 78.83,-15.08 68.33,-13.7 69.76,-20.55"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-23.81C47.02,-21.94 58.08,-19.63 68.66,-17.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.28,-20.86 78.35,-15.39 67.85,-14.01 69.28,-20.86"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-52.67C149.23,-54.34 159,-56.16 168.16,-57.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.45,-61.48 177.92,-59.88 168.73,-54.6 167.45,-61.48"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-52.67C149.13,-54.32 158.79,-56.12 167.85,-57.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.96,-61.21 177.43,-59.6 168.24,-54.33 166.96,-61.21"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-40.25C148.27,-38.67 156.92,-36.97 165.2,-35.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.65,-38.62 174.78,-33.25 164.29,-31.75 165.65,-38.62"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-40.25C148.09,-38.71 156.53,-37.05 164.64,-35.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.16,-38.91 174.3,-33.55 163.81,-32.04 165.16,-38.91"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,9 +1,9 @@
<map id="test1" name="test1">
<area shape="rect" id="Node000001" title="Test function to find root for the function &#160;in the interval &#160;&#160;&#160;Expected result = 2." alt="" coords="5,31,56,56"/>
<area shape="rect" id="Node000002" href="$db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b" title="Get the real root of a function in the given interval." alt="" coords="104,31,192,56"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,41,89,41,89,46,56,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,41,88,41,88,46,56,46"/>
<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="245,5,314,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="192,32,229,25,230,30,193,38"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="240,55,318,80"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="193,49,226,55,225,60,192,54"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="193,49,225,55,224,60,192,54"/>
</map>

View File

@@ -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: test1 Pages: 1 -->
<svg width="243pt" height="64pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-27.62C45.32,-27.62 53.94,-27.62 62.58,-27.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.42,-31.13 72.42,-27.62 62.42,-24.13 62.42,-31.13"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-27.62C45.16,-27.62 53.56,-27.62 62.01,-27.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.91,-31.13 71.91,-27.63 61.91,-24.13 61.91,-31.13"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.23,-35.77 159,-37.69 168.16,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.43,-43.12 177.92,-41.61 168.79,-36.25 167.43,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.13,-35.75 158.79,-37.65 167.85,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.95,-42.82 177.44,-41.32 168.3,-35.96 166.95,-42.82"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.27,-20.09 156.92,-18.48 165.2,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.59,-20.23 174.78,-14.96 164.31,-13.35 165.59,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.09,-20.12 156.53,-18.55 164.64,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.11,-20.51 174.29,-15.24 163.82,-13.63 165.11,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -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: test1 Pages: 1 -->
<svg width="243pt" height="64pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-27.62C45.32,-27.62 53.94,-27.62 62.58,-27.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.42,-31.13 72.42,-27.62 62.42,-24.13 62.42,-31.13"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-27.62C45.16,-27.62 53.56,-27.62 62.01,-27.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.91,-31.13 71.91,-27.63 61.91,-24.13 61.91,-31.13"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.23,-35.77 159,-37.69 168.16,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.43,-43.12 177.92,-41.61 168.79,-36.25 167.43,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.13,-35.75 158.79,-37.65 167.85,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.95,-42.82 177.44,-41.32 168.3,-35.96 166.95,-42.82"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.27,-20.09 156.92,-18.48 165.2,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.59,-20.23 174.78,-14.96 164.31,-13.35 165.59,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.09,-20.12 156.53,-18.55 164.64,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.11,-20.51 174.29,-15.24 163.82,-13.63 165.11,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,7 +1,7 @@
<map id="get_minima" name="get_minima">
<area shape="rect" id="Node000001" title="Get the real root of a function in the given interval." alt="" coords="5,31,94,56"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="146,5,216,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="94,32,131,25,132,30,95,38"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="94,32,130,25,131,30,95,38"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="142,55,220,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="95,49,128,55,127,60,94,54"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="95,49,127,55,126,60,94,54"/>
</map>

View File

@@ -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: get_minima Pages: 1 -->
<svg width="169pt" height="64pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M66.53,-34C75.48,-35.77 85.25,-37.69 94.41,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.68,-43.12 104.17,-41.61 95.04,-36.25 93.68,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M66.53,-34C75.38,-35.75 85.04,-37.65 94.1,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.2,-42.82 103.69,-41.32 94.55,-35.96 93.2,-42.82"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M66.53,-21.58C74.52,-20.09 83.17,-18.48 91.45,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.84,-20.23 101.03,-14.96 90.56,-13.35 91.84,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M66.53,-21.58C74.34,-20.12 82.78,-18.55 90.89,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.36,-20.51 100.54,-15.24 90.07,-13.63 91.36,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -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: get_minima Pages: 1 -->
<svg width="169pt" height="64pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M66.53,-34C75.48,-35.77 85.25,-37.69 94.41,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.68,-43.12 104.17,-41.61 95.04,-36.25 93.68,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M66.53,-34C75.38,-35.75 85.04,-37.65 94.1,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.2,-42.82 103.69,-41.32 94.55,-35.96 93.2,-42.82"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M66.53,-21.58C74.52,-20.09 83.17,-18.48 91.45,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.84,-20.23 101.03,-14.96 90.56,-13.35 91.84,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M66.53,-21.58C74.34,-20.12 82.78,-18.55 90.89,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.36,-20.51 100.54,-15.24 90.07,-13.63 91.36,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -3,9 +3,9 @@
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="114,5,182,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,36,98,26,99,31,57,41"/>
<area shape="rect" id="Node000003" href="$db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b" title="Get the real root of a function in the given interval." alt="" coords="104,55,192,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="57,46,90,53,89,58,56,51"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="57,46,89,53,88,58,56,51"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="245,29,314,55"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="192,56,229,49,230,54,193,62"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="240,79,318,104"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="193,73,226,79,225,84,192,78"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="193,73,225,79,224,84,192,78"/>
</map>

View File

@@ -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: test3 Pages: 1 -->
<svg width="243pt" height="82pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-49.65C47.43,-51.71 59.1,-54.29 70.12,-56.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.29,-60.35 79.81,-59.09 70.8,-53.51 69.29,-60.35"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-49.65C47.34,-51.69 58.86,-54.24 69.78,-56.65"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.81,-60.02 79.33,-58.76 70.33,-53.19 68.81,-60.02"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-41.81C45.4,-40.28 54.14,-38.45 62.87,-36.63"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.35,-39.89 72.42,-34.42 61.92,-33.04 63.35,-39.89"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-41.81C45.24,-40.32 53.75,-38.53 62.29,-36.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.87,-40.2 71.94,-34.73 61.44,-33.35 62.87,-40.2"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.23,-35.77 159,-37.69 168.16,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.43,-43.12 177.92,-41.61 168.79,-36.25 167.43,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.13,-35.75 158.79,-37.65 167.85,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.95,-42.82 177.44,-41.32 168.3,-35.96 166.95,-42.82"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.27,-20.09 156.92,-18.48 165.2,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.59,-20.23 174.78,-14.96 164.31,-13.35 165.59,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.09,-20.12 156.53,-18.55 164.64,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.11,-20.51 174.29,-15.24 163.82,-13.63 165.11,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -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: test3 Pages: 1 -->
<svg width="243pt" height="82pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-49.65C47.43,-51.71 59.1,-54.29 70.12,-56.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.29,-60.35 79.81,-59.09 70.8,-53.51 69.29,-60.35"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-49.65C47.34,-51.69 58.86,-54.24 69.78,-56.65"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.81,-60.02 79.33,-58.76 70.33,-53.19 68.81,-60.02"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.11,-41.81C45.4,-40.28 54.14,-38.45 62.87,-36.63"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.35,-39.89 72.42,-34.42 61.92,-33.04 63.35,-39.89"/>
<path fill="none" stroke="#63b8ff" d="M38.11,-41.81C45.24,-40.32 53.75,-38.53 62.29,-36.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.87,-40.2 71.94,-34.73 61.44,-33.35 62.87,-40.2"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.23,-35.77 159,-37.69 168.16,-39.49"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.43,-43.12 177.92,-41.61 168.79,-36.25 167.43,-43.12"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-34C149.13,-35.75 158.79,-37.65 167.85,-39.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.95,-42.82 177.44,-41.32 168.3,-35.96 166.95,-42.82"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.27,-20.09 156.92,-18.48 165.2,-16.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.59,-20.23 174.78,-14.96 164.31,-13.35 165.59,-20.23"/>
<path fill="none" stroke="#63b8ff" d="M140.28,-21.58C148.09,-20.12 156.53,-18.55 164.64,-17.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.11,-20.51 174.29,-15.24 163.82,-13.63 165.11,-20.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -3,19 +3,19 @@
<area shape="rect" id="Node000002" href="$db/d01/brent__method__extrema_8cpp.html#a1440a7779ac56f47a3f355ce4a8c7da0" title="Test function to find root for the function &#160;in the interval &#160;&#160;&#160;Expected result = 2." alt="" coords="103,55,153,80"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,65,88,65,88,70,55,70"/>
<area shape="rect" id="Node000006" href="$db/d01/brent__method__extrema_8cpp.html#a0283886819c7c140a023582b7269e2d0" title="Test function to find root for the function &#160;in the interval &#160;&#160;&#160;Expected result: ." alt="" coords="103,5,153,31"/>
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="54,53,89,35,91,40,56,58"/>
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="54,53,88,35,90,40,56,58"/>
<area shape="rect" id="Node000008" href="$db/d01/brent__method__extrema_8cpp.html#a6d0455dd5c30adda100e95f0423c786e" title="Test function to find maxima for the function &#160;in the interval &#160;&#160;&#160;Expected result: ." alt="" coords="103,104,153,130"/>
<area shape="poly" id="edge8_Node000001_Node000008" title=" " alt="" coords="56,77,91,95,89,100,54,82"/>
<area shape="poly" id="edge8_Node000001_Node000008" title=" " alt="" coords="56,77,90,95,88,100,54,82"/>
<area shape="rect" id="Node000003" href="$db/d01/brent__method__extrema_8cpp.html#a1aa76a6d5fd4d333f9072beff1dc486b" title="Get the real root of a function in the given interval." alt="" coords="201,55,289,80"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="153,65,186,65,186,70,153,70"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="153,65,185,65,185,70,153,70"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="342,31,411,56"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="289,57,326,50,327,55,290,62"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/swap.html#" title=" " alt="" coords="337,80,416,106"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="290,73,323,80,322,85,289,79"/>
<area shape="poly" id="edge6_Node000006_Node000003" title=" " alt="" coords="155,26,200,46,198,51,152,31"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="210,5,281,31"/>
<area shape="poly" id="edge7_Node000006_Node000007" title=" " alt="" coords="153,16,195,16,195,21,153,21"/>
<area shape="poly" id="edge7_Node000006_Node000007" title=" " alt="" coords="153,16,194,16,194,21,153,21"/>
<area shape="poly" id="edge10_Node000008_Node000003" title=" " alt="" coords="152,104,198,84,200,89,155,109"/>
<area shape="rect" id="Node000009" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="211,104,279,130"/>
<area shape="poly" id="edge9_Node000008_Node000009" title=" " alt="" coords="153,114,196,114,196,120,153,120"/>
<area shape="poly" id="edge9_Node000008_Node000009" title=" " alt="" coords="153,114,195,114,195,120,153,120"/>
</map>

View File

@@ -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="316pt" height="101pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-46.62C44.64,-46.62 53.57,-46.62 61.98,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-50.13 71.94,-46.62 61.94,-43.13 61.94,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-46.62C44.55,-46.62 53.37,-46.62 61.69,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-50.13 71.43,-46.63 61.43,-43.13 61.43,-50.13"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-55.77C45.06,-59.88 54.59,-64.81 63.41,-69.39"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.45,-72.83 71.94,-74.33 64.67,-66.62 61.45,-72.83"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-55.77C44.89,-59.79 54.18,-64.6 62.84,-69.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.11,-72.14 71.6,-73.63 64.33,-65.92 61.11,-72.14"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge8_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge8_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-37.48C45.06,-33.37 54.59,-28.44 63.41,-23.86"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.67,-26.63 71.94,-18.92 61.45,-20.42 64.67,-26.63"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-37.48C44.89,-33.46 54.18,-28.65 62.84,-24.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.33,-27.33 71.6,-19.62 61.11,-21.11 64.33,-27.33"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-46.62C118.32,-46.62 126.94,-46.62 135.58,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-50.13 145.42,-46.62 135.42,-43.13 135.42,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-46.62C118.16,-46.62 126.56,-46.62 135.01,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.91,-50.13 144.91,-46.63 134.91,-43.13 134.91,-50.13"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M213.28,-52.67C222.23,-54.34 232,-56.16 241.16,-57.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="240.45,-61.48 250.92,-59.88 241.73,-54.6 240.45,-61.48"/>
<path fill="none" stroke="#63b8ff" d="M213.28,-52.67C222.13,-54.32 231.79,-56.12 240.85,-57.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="239.96,-61.21 250.43,-59.6 241.24,-54.33 239.96,-61.21"/>
</a>
</g>
</g>
@@ -130,8 +130,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M213.28,-40.25C221.27,-38.67 229.92,-36.97 238.2,-35.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.65,-38.62 247.78,-33.25 237.29,-31.75 238.65,-38.62"/>
<path fill="none" stroke="#63b8ff" d="M213.28,-40.25C221.09,-38.71 229.53,-37.05 237.64,-35.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.16,-38.91 247.3,-33.55 236.81,-32.04 238.16,-38.91"/>
</a>
</g>
</g>
@@ -139,8 +139,8 @@
<g id="edge6_Node000006_Node000003" class="edge">
<title>Node6&#45;&gt;Node3</title>
<g id="a_edge6_Node000006_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-75.78C121.1,-71.48 133.8,-66.02 145.5,-60.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.62,-63.88 154.42,-56.71 143.86,-57.45 146.62,-63.88"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-75.78C121,-71.52 133.55,-66.13 145.14,-61.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.23,-64.48 154.03,-57.31 143.47,-58.05 146.23,-64.48"/>
</a>
</g>
</g>
@@ -157,8 +157,8 @@
<g id="edge7_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge7_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-83.62C120.12,-83.62 131.31,-83.62 142,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.83,-87.13 151.83,-83.62 141.83,-80.13 141.83,-87.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-83.62C119.93,-83.62 130.84,-83.62 141.32,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.32,-87.13 151.32,-83.63 141.32,-80.13 141.32,-87.13"/>
</a>
</g>
</g>
@@ -166,8 +166,8 @@
<g id="edge10_Node000008_Node000003" class="edge">
<title>Node8&#45;&gt;Node3</title>
<g id="a_edge10_Node000008_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-17.47C121.1,-21.77 133.8,-27.23 145.5,-32.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.86,-35.8 154.42,-36.54 146.62,-29.37 143.86,-35.8"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-17.47C121,-21.73 133.55,-27.12 145.14,-32.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.47,-35.2 154.03,-35.94 146.23,-28.77 143.47,-35.2"/>
</a>
</g>
</g>
@@ -184,8 +184,8 @@
<g id="edge9_Node000008_Node000009" class="edge">
<title>Node8&#45;&gt;Node9</title>
<g id="a_edge9_Node000008_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-9.62C120.43,-9.62 132.1,-9.62 143.12,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.81,-13.13 152.81,-9.62 142.81,-6.13 142.81,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-9.62C120.24,-9.62 131.62,-9.62 142.43,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.3,-13.13 152.3,-9.63 142.3,-6.13 142.3,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -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="316pt" height="101pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-46.62C44.64,-46.62 53.57,-46.62 61.98,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-50.13 71.94,-46.62 61.94,-43.13 61.94,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-46.62C44.55,-46.62 53.37,-46.62 61.69,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-50.13 71.43,-46.63 61.43,-43.13 61.43,-50.13"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-55.77C45.06,-59.88 54.59,-64.81 63.41,-69.39"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.45,-72.83 71.94,-74.33 64.67,-66.62 61.45,-72.83"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-55.77C44.89,-59.79 54.18,-64.6 62.84,-69.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.11,-72.14 71.6,-73.63 64.33,-65.92 61.11,-72.14"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge8_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge8_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-37.48C45.06,-33.37 54.59,-28.44 63.41,-23.86"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.67,-26.63 71.94,-18.92 61.45,-20.42 64.67,-26.63"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-37.48C44.89,-33.46 54.18,-28.65 62.84,-24.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.33,-27.33 71.6,-19.62 61.11,-21.11 64.33,-27.33"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-46.62C118.32,-46.62 126.94,-46.62 135.58,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-50.13 145.42,-46.62 135.42,-43.13 135.42,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-46.62C118.16,-46.62 126.56,-46.62 135.01,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.91,-50.13 144.91,-46.63 134.91,-43.13 134.91,-50.13"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M213.28,-52.67C222.23,-54.34 232,-56.16 241.16,-57.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="240.45,-61.48 250.92,-59.88 241.73,-54.6 240.45,-61.48"/>
<path fill="none" stroke="#63b8ff" d="M213.28,-52.67C222.13,-54.32 231.79,-56.12 240.85,-57.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="239.96,-61.21 250.43,-59.6 241.24,-54.33 239.96,-61.21"/>
</a>
</g>
</g>
@@ -120,8 +120,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M213.28,-40.25C221.27,-38.67 229.92,-36.97 238.2,-35.34"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.65,-38.62 247.78,-33.25 237.29,-31.75 238.65,-38.62"/>
<path fill="none" stroke="#63b8ff" d="M213.28,-40.25C221.09,-38.71 229.53,-37.05 237.64,-35.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="238.16,-38.91 247.3,-33.55 236.81,-32.04 238.16,-38.91"/>
</a>
</g>
</g>
@@ -129,8 +129,8 @@
<g id="edge6_Node000006_Node000003" class="edge">
<title>Node6&#45;&gt;Node3</title>
<g id="a_edge6_Node000006_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-75.78C121.1,-71.48 133.8,-66.02 145.5,-60.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.62,-63.88 154.42,-56.71 143.86,-57.45 146.62,-63.88"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-75.78C121,-71.52 133.55,-66.13 145.14,-61.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.23,-64.48 154.03,-57.31 143.47,-58.05 146.23,-64.48"/>
</a>
</g>
</g>
@@ -147,8 +147,8 @@
<g id="edge7_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge7_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-83.62C120.12,-83.62 131.31,-83.62 142,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.83,-87.13 151.83,-83.62 141.83,-80.13 141.83,-87.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-83.62C119.93,-83.62 130.84,-83.62 141.32,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.32,-87.13 151.32,-83.63 141.32,-80.13 141.32,-87.13"/>
</a>
</g>
</g>
@@ -156,8 +156,8 @@
<g id="edge10_Node000008_Node000003" class="edge">
<title>Node8&#45;&gt;Node3</title>
<g id="a_edge10_Node000008_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-17.47C121.1,-21.77 133.8,-27.23 145.5,-32.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.86,-35.8 154.42,-36.54 146.62,-29.37 143.86,-35.8"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-17.47C121,-21.73 133.55,-27.12 145.14,-32.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.47,-35.2 154.03,-35.94 146.23,-28.77 143.47,-35.2"/>
</a>
</g>
</g>
@@ -174,8 +174,8 @@
<g id="edge9_Node000008_Node000009" class="edge">
<title>Node8&#45;&gt;Node9</title>
<g id="a_edge9_Node000008_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.11,-9.62C120.43,-9.62 132.1,-9.62 143.12,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.81,-13.13 152.81,-9.62 142.81,-6.13 142.81,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M111.11,-9.62C120.24,-9.62 131.62,-9.62 142.43,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.3,-13.13 152.3,-9.63 142.3,-6.13 142.3,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB