mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
129 lines
5.5 KiB
XML
129 lines
5.5 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 2.44.0 (20200408.0750)
|
||
|
-->
|
||
|
<!-- Title: numerical_methods/durand_kerner_roots.c Pages: 1 -->
|
||
|
<svg width="462pt" height="95pt"
|
||
|
viewBox="0.00 0.00 462.00 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/durand_kerner_roots.c</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 458,-91 458,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Compute all possible approximate roots of any given polynomial using Durand Kerner algorithm">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="168,-56.5 168,-86.5 302,-86.5 302,-56.5 168,-56.5"/>
|
||
|
<text text-anchor="start" x="176" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/durand</text>
|
||
|
<text text-anchor="middle" x="235" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_kerner_roots.c</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 62,-19.5 62,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="middle" x="31" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">complex.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M186.91,-56.47C151.26,-46.08 103.27,-32.08 69.99,-22.37"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="70.74,-18.95 60.16,-19.51 68.78,-25.67 70.74,-18.95"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="80,-0.5 80,-19.5 128,-19.5 128,-0.5 80,-0.5"/>
|
||
|
<text text-anchor="middle" x="104" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M203.95,-56.4C182.27,-46.55 153.54,-33.5 132.45,-23.92"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="133.61,-20.61 123.06,-19.66 130.72,-26.98 133.61,-20.61"/>
|
||
|
</g>
|
||
|
<!-- Node4 -->
|
||
|
<g id="node4" class="node">
|
||
|
<title>Node4</title>
|
||
|
<g id="a_node4"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="146.5,-0.5 146.5,-19.5 193.5,-19.5 193.5,-0.5 146.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="170" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node1->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M219.6,-56.4C209.76,-47.4 197.01,-35.72 186.89,-26.47"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="189.2,-23.83 179.46,-19.66 184.47,-28.99 189.2,-23.83"/>
|
||
|
</g>
|
||
|
<!-- Node5 -->
|
||
|
<g id="node5" class="node">
|
||
|
<title>Node5</title>
|
||
|
<g id="a_node5"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="212,-0.5 212,-19.5 258,-19.5 258,-0.5 212,-0.5"/>
|
||
|
<text text-anchor="middle" x="235" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node5 -->
|
||
|
<g id="edge4" class="edge">
|
||
|
<title>Node1->Node5</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M235,-56.4C235,-48.47 235,-38.46 235,-29.86"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="238.5,-29.66 235,-19.66 231.5,-29.66 238.5,-29.66"/>
|
||
|
</g>
|
||
|
<!-- Node6 -->
|
||
|
<g id="node6" class="node">
|
||
|
<title>Node6</title>
|
||
|
<g id="a_node6"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="276,-0.5 276,-19.5 324,-19.5 324,-0.5 276,-0.5"/>
|
||
|
<text text-anchor="middle" x="300" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node6 -->
|
||
|
<g id="edge5" class="edge">
|
||
|
<title>Node1->Node6</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M250.4,-56.4C260.24,-47.4 272.99,-35.72 283.11,-26.47"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="285.53,-28.99 290.54,-19.66 280.8,-23.83 285.53,-28.99"/>
|
||
|
</g>
|
||
|
<!-- Node7 -->
|
||
|
<g id="node7" class="node">
|
||
|
<title>Node7</title>
|
||
|
<g id="a_node7"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="342.5,-0.5 342.5,-19.5 391.5,-19.5 391.5,-0.5 342.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="367" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node7 -->
|
||
|
<g id="edge6" class="edge">
|
||
|
<title>Node1->Node7</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M266.28,-56.4C288.23,-46.51 317.34,-33.38 338.62,-23.79"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="340.11,-26.96 347.79,-19.66 337.24,-20.58 340.11,-26.96"/>
|
||
|
</g>
|
||
|
<!-- Node8 -->
|
||
|
<g id="node8" class="node">
|
||
|
<title>Node8</title>
|
||
|
<g id="a_node8"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="410,-0.5 410,-19.5 454,-19.5 454,-0.5 410,-0.5"/>
|
||
|
<text text-anchor="middle" x="432" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">time.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node8 -->
|
||
|
<g id="edge7" class="edge">
|
||
|
<title>Node1->Node8</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M281.69,-56.4C318.24,-45.36 368.09,-30.3 400.17,-20.61"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="401.36,-23.91 409.92,-17.67 399.34,-17.21 401.36,-23.91"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|