mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- 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)">
|
||||
<svg width="161pt" height="94pt"
|
||||
viewBox="0.00 0.00 161.25 93.75" 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.75)">
|
||||
<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>
|
||||
<polygon fill="#999999" stroke="#666666" points="153.25,-85.75 0,-85.75 0,-55.25 153.25,-55.25 153.25,-85.75"/>
|
||||
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/successive</text>
|
||||
<text text-anchor="middle" x="76.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_approximation.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,31 +22,31 @@
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="65.12,-19.25 22.12,-19.25 22.12,0 65.12,0 65.12,-19.25"/>
|
||||
<text text-anchor="middle" x="43.62" y="-5.75" 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="M68.84,-54.54C64.44,-46.74 58.96,-37.03 54.27,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.86,-27.17 48.89,-20.18 50.76,-30.6 56.86,-27.17"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M68.47,-54.95C64.12,-47.19 58.72,-37.56 54.07,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.65,-27.71 48.71,-20.7 50.55,-31.14 56.65,-27.71"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="136.38,-19.25 82.88,-19.25 82.88,0 136.38,0 136.38,-19.25"/>
|
||||
<text text-anchor="middle" x="109.62" y="-5.75" 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.4,-54.54C89.99,-46.65 95.71,-36.81 100.58,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.96,-30.58 105.96,-20.18 97.91,-27.06 103.96,-30.58"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M84.78,-54.95C89.13,-47.19 94.53,-37.56 99.18,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.7,-31.14 104.54,-20.7 96.6,-27.71 102.7,-31.14"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user