mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
52 lines
2.4 KiB
XML
52 lines
2.4 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 8.0.5 (20230430.1635)
|
||
|
-->
|
||
|
<!-- Title: test Pages: 1 -->
|
||
|
<svg width="230pt" height="27pt"
|
||
|
viewBox="0.00 0.00 230.00 27.25" 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 23.25)">
|
||
|
<title>test</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
||
|
<polygon fill="#999999" stroke="#666666" points="32.5,-19.25 0,-19.25 0,0 32.5,0 32.5,-19.25"/>
|
||
|
<text text-anchor="middle" x="16.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../db/d72/secant__method_8c.html#a213829e8511060395c4a31ad8920ef0a" target="_top" xlink:title="Root-finding method for a continuous function given two points.">
|
||
|
<polygon fill="white" stroke="#666666" points="151.25,-19.25 68.5,-19.25 68.5,0 151.25,0 151.25,-19.25"/>
|
||
|
<text text-anchor="middle" x="109.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">secant_method</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M32.79,-9.62C39.76,-9.62 48.42,-9.62 57.38,-9.62"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.35,-13.13 67.35,-9.62 57.35,-6.13 57.35,-13.13"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../db/d72/secant__method_8c.html#aba60904b56a5dce7e291d2f7d62e9782" target="_top" xlink:title="Continuous function for which we want to find the root.">
|
||
|
<polygon fill="white" stroke="#666666" points="222,-19.25 187.25,-19.25 187.25,0 222,0 222,-19.25"/>
|
||
|
<text text-anchor="middle" x="204.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">func</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M151.56,-9.62C159.83,-9.62 168.35,-9.62 176.04,-9.62"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="175.94,-13.13 185.94,-9.62 175.94,-6.13 175.94,-13.13"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|