mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for 96ed582eb2
This commit is contained in:
8
d9/d94/golden__search__extrema_8cpp__incl.map
Normal file
8
d9/d94/golden__search__extrema_8cpp__incl.map
Normal file
@@ -0,0 +1,8 @@
|
||||
<map id="numerical_methods/golden_search_extrema.cpp" name="numerical_methods/golden_search_extrema.cpp">
|
||||
<area shape="rect" id="node1" title="Find extrema of a univariate real function in a given interval using golden section search algorithm." alt="" coords="129,5,307,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,71,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="95,95,154,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="179,95,257,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="282,95,354,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="378,95,431,121"/>
|
||||
</map>
|
||||
1
d9/d94/golden__search__extrema_8cpp__incl.md5
Normal file
1
d9/d94/golden__search__extrema_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
22164f090a2f69baf92074706608f773
|
||||
98
d9/d94/golden__search__extrema_8cpp__incl.svg
Normal file
98
d9/d94/golden__search__extrema_8cpp__incl.svg
Normal file
@@ -0,0 +1,98 @@
|
||||
<?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 2.44.0 (20200408.0750)
|
||||
-->
|
||||
<!-- Title: numerical_methods/golden_search_extrema.cpp Pages: 1 -->
|
||||
<svg width="328pt" height="95pt"
|
||||
viewBox="0.00 0.00 327.50 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 91)">
|
||||
<title>numerical_methods/golden_search_extrema.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 323.5,-91 323.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Find extrema of a univariate real function in a given interval using golden section search algorithm.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="93,-56.5 93,-86.5 226,-86.5 226,-56.5 93,-56.5"/>
|
||||
<text text-anchor="start" x="101" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/golden</text>
|
||||
<text text-anchor="middle" x="159.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search_extrema.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="24.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M127.51,-56.4C105.06,-46.51 75.29,-33.38 53.52,-23.79"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="54.71,-20.49 44.14,-19.66 51.88,-26.89 54.71,-20.49"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 111.5,-19.5 111.5,-0.5 67.5,-0.5"/>
|
||||
<text text-anchor="middle" x="89.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M142.91,-56.4C132.21,-47.31 118.31,-35.49 107.37,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="109.57,-23.47 99.69,-19.66 105.04,-28.8 109.57,-23.47"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="130,-0.5 130,-19.5 189,-19.5 189,-0.5 130,-0.5"/>
|
||||
<text text-anchor="middle" x="159.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">functional</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M159.5,-56.4C159.5,-48.47 159.5,-38.46 159.5,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="163,-29.66 159.5,-19.66 156,-29.66 163,-29.66"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="207.5,-0.5 207.5,-19.5 261.5,-19.5 261.5,-0.5 207.5,-0.5"/>
|
||||
<text text-anchor="middle" x="234.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M177.27,-56.4C188.85,-47.22 203.92,-35.26 215.7,-25.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="217.93,-28.61 223.59,-19.66 213.58,-23.13 217.93,-28.61"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="279.5,-0.5 279.5,-19.5 319.5,-19.5 319.5,-0.5 279.5,-0.5"/>
|
||||
<text text-anchor="middle" x="299.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M192.68,-56.4C216.06,-46.46 247.11,-33.26 269.71,-23.66"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="271.29,-26.79 279.13,-19.66 268.56,-20.35 271.29,-26.79"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user