mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
37 lines
1.7 KiB
XML
37 lines
1.7 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: secant_method Pages: 1 -->
|
||
|
<svg width="162pt" height="27pt"
|
||
|
viewBox="0.00 0.00 161.50 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>secant_method</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Root-finding method for a continuous function given two points.">
|
||
|
<polygon fill="#999999" stroke="#666666" points="82.75,-19.25 0,-19.25 0,0 82.75,0 82.75,-19.25"/>
|
||
|
<text text-anchor="middle" x="41.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">secant_method</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#aba60904b56a5dce7e291d2f7d62e9782" target="_top" xlink:title="Continuous function for which we want to find the root.">
|
||
|
<polygon fill="white" stroke="#666666" points="153.5,-19.25 118.75,-19.25 118.75,0 153.5,0 153.5,-19.25"/>
|
||
|
<text text-anchor="middle" x="136.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">func</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M83.06,-9.62C91.33,-9.62 99.85,-9.62 107.54,-9.62"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.44,-13.13 117.44,-9.62 107.44,-6.13 107.44,-13.13"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|