mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 22:02:20 +08:00
53 lines
2.3 KiB
XML
53 lines
2.3 KiB
XML
<?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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: numerical_methods/successive_approximation.cpp Pages: 1 -->
|
|
<svg width="162pt" height="93pt"
|
|
viewBox="0.00 0.00 162.00 93.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 89)">
|
|
<title>numerical_methods/successive_approximation.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Method of successive approximations using fixed-point iteration method.">
|
|
<polygon fill="#999999" stroke="#666666" points="154,-85 0,-85 0,-55 154,-55 154,-85"/>
|
|
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/successive</text>
|
|
<text text-anchor="middle" x="77" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_approximation.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="66,-19 22,-19 22,0 66,0 66,-19"/>
|
|
<text text-anchor="middle" x="44" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M69.01,-54.84C64.47,-46.78 58.73,-36.62 53.9,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.91,-26.26 48.94,-19.27 50.81,-29.7 56.91,-26.26"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="138,-19 84,-19 84,0 138,0 138,-19"/>
|
|
<text text-anchor="middle" x="111" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M85.23,-54.84C89.91,-46.78 95.82,-36.62 100.8,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.91,-29.67 105.91,-19.27 97.85,-26.15 103.91,-29.67"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|