TheAlgorithms-C/d4/d68/qr__decompose_8h_a45c7640d9d22c89c11beb1f567843c56_cgraph.svg

95 lines
4.7 KiB
XML
Raw Normal View History

<?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: qr_decompose Pages: 1 -->
<svg width="295pt" height="117pt"
viewBox="0.00 0.00 295.00 116.63" 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 112.63)">
<title>qr_decompose</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112.63 291,-112.63 291,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Decompose matrix &#160;using Gram&#45;Schmidt process.">
<polygon fill="#bfbfbf" stroke="black" points="0,-57.5 0,-76.5 83,-76.5 83,-57.5 0,-57.5"/>
<text text-anchor="middle" x="41.5" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">qr_decompose</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d4/d68/qr__decompose_8h.html#a3a584b79941a43d775f9d4ce446dbe05" target="_top" xlink:title="Compute dot product of two vectors of equal lengths.">
<polygon fill="white" stroke="black" points="224,-76.5 224,-95.5 287,-95.5 287,-76.5 224,-76.5"/>
<text text-anchor="middle" x="255.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector_dot</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M56.68,-76.56C71.49,-85.92 95.76,-99.54 119,-105 152.02,-112.75 190.35,-105.95 217.8,-98.41"/>
<polygon fill="midnightblue" stroke="midnightblue" points="219.13,-101.67 227.75,-95.52 217.17,-94.95 219.13,-101.67"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212" target="_top" xlink:title="Compute magnitude of vector.">
<polygon fill="white" stroke="black" points="119,-76.5 119,-95.5 188,-95.5 188,-76.5 119,-76.5"/>
<text text-anchor="middle" x="153.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector_mag</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M83.15,-74.02C91.5,-75.46 100.33,-76.99 108.79,-78.45"/>
<polygon fill="midnightblue" stroke="midnightblue" points="108.41,-81.94 118.86,-80.19 109.6,-75.04 108.41,-81.94"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d4/d68/qr__decompose_8h.html#a2ed4977f38642dca8b10c16a823c740b" target="_top" xlink:title="Compute projection of vector &#160;on &#160;defined as.">
<polygon fill="white" stroke="black" points="120.5,-38.5 120.5,-57.5 186.5,-57.5 186.5,-38.5 120.5,-38.5"/>
<text text-anchor="middle" x="153.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector_proj</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M83.15,-59.98C91.95,-58.46 101.27,-56.85 110.13,-55.32"/>
<polygon fill="midnightblue" stroke="midnightblue" points="111,-58.72 120.26,-53.57 109.81,-51.82 111,-58.72"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d4/d68/qr__decompose_8h.html#a5ee39e7c8fce8a604dcf7009ce101c02" target="_top" xlink:title="Compute vector subtraction.">
<polygon fill="white" stroke="black" points="121,-0.5 121,-19.5 186,-19.5 186,-0.5 121,-0.5"/>
<text text-anchor="middle" x="153.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector_sub</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M61.16,-57.33C78.73,-48.23 105.25,-34.48 125.2,-24.15"/>
<polygon fill="midnightblue" stroke="midnightblue" points="126.85,-27.23 134.12,-19.53 123.63,-21.02 126.85,-27.23"/>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M188.08,-86C196.31,-86 205.2,-86 213.73,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="213.87,-89.5 223.87,-86 213.87,-82.5 213.87,-89.5"/>
</g>
<!-- Node4&#45;&gt;Node2 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M179.73,-57.59C191.81,-62.18 206.47,-67.75 219.6,-72.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="218.68,-76.13 229.27,-76.41 221.17,-69.59 218.68,-76.13"/>
</g>
</g>
</svg>