mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
53 lines
2.4 KiB
XML
53 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 2.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: main Pages: 1 -->
|
||
|
<svg width="176pt" height="66pt"
|
||
|
viewBox="0.00 0.00 176.00 66.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 62)">
|
||
|
<title>main</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 172,-62 172,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Main function.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 38,-38.5 38,-19.5 0,-19.5"/>
|
||
|
<text text-anchor="middle" x="19" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../dc/d2e/lu__decompose_8c.html#a0789beb8d3396582d77b7aedf5e5554a" target="_top" xlink:title="Function to display square matrix.">
|
||
|
<polygon fill="white" stroke="black" points="97,-38.5 97,-57.5 145,-57.5 145,-38.5 97,-38.5"/>
|
||
|
<text text-anchor="middle" x="121" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">display</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M38.34,-32.48C51.85,-35.05 70.59,-38.61 86.71,-41.68"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="86.37,-45.17 96.85,-43.6 87.68,-38.3 86.37,-45.17"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../dc/d2e/lu__decompose_8c.html#aae40b90a8efd645c749128cf8072bbb4" target="_top" xlink:title="Perform LU decomposition on matrix.">
|
||
|
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 168,-19.5 168,-0.5 74,-0.5"/>
|
||
|
<text text-anchor="middle" x="121" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">lu_decomposition</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M38.34,-25.52C45.71,-24.11 54.64,-22.42 63.85,-20.67"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="64.73,-24.06 73.9,-18.76 63.42,-17.19 64.73,-24.06"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|