2021-10-26 03:34:27 +08:00
<?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">
2021-11-06 02:11:46 +08:00
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
2021-10-26 03:34:27 +08:00
-->
<!-- Title: main Pages: 1 -->
<svg width= "369pt" height= "123pt"
viewBox="0.00 0.00 369.00 123.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 119)" >
<title > main</title>
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-119 365,-119 365,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,-76.5 0,-95.5 38,-95.5 38,-76.5 0,-76.5" />
<text text-anchor= "middle" x= "19" y= "-83.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= "../../d4/d68/qr__decompose_8h.html#a90562ce8c3707401e9c5809dece68d6a" target= "_top" xlink:title= "function to display matrix on stdout" >
<polygon fill= "white" stroke= "black" points= "81,-95.5 81,-114.5 150,-114.5 150,-95.5 81,-95.5" />
<text text-anchor= "middle" x= "115.5" y= "-102.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > print_matrix</text>
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
<path fill= "none" stroke= "midnightblue" d= "M38.22,-89.66C47.51,-91.53 59.25,-93.89 70.71,-96.2" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "70.16,-99.65 80.65,-98.19 71.54,-92.79 70.16,-99.65" />
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html#a45c7640d9d22c89c11beb1f567843c56" target= "_top" xlink:title= "Decompose matrix  using Gram-Schmidt process." >
<polygon fill= "white" stroke= "black" points= "74,-57.5 74,-76.5 157,-76.5 157,-57.5 74,-57.5" />
<text text-anchor= "middle" x= "115.5" y= "-64.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > qr_decompose</text>
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
<path fill= "none" stroke= "midnightblue" d= "M38.22,-82.34C45.63,-80.85 54.58,-79.05 63.72,-77.21" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "64.52,-80.62 73.63,-75.22 63.14,-73.76 64.52,-80.62" />
</g>
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <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= "298,-76.5 298,-95.5 361,-95.5 361,-76.5 298,-76.5" />
<text text-anchor= "middle" x= "329.5" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector_dot</text>
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node3- > Node4</title>
<path fill= "none" stroke= "midnightblue" d= "M137.61,-76.67C143.88,-79.61 150.74,-82.88 157,-86 173.19,-94.07 175.44,-100.65 193,-105 226.27,-113.24 265.08,-106.16 292.61,-98.41" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "293.63,-101.75 302.22,-95.55 291.63,-95.04 293.63,-101.75" />
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
<g id= "a_node5" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html#abeec1f78a7a7e7251687e75340331212" target= "_top" xlink:title= "Compute magnitude of vector." >
<polygon fill= "white" stroke= "black" points= "193,-76.5 193,-95.5 262,-95.5 262,-76.5 193,-76.5" />
<text text-anchor= "middle" x= "227.5" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector_mag</text>
</a>
</g>
</g>
<!-- Node3->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node3- > Node5</title>
<path fill= "none" stroke= "midnightblue" d= "M157.15,-74.02C165.5,-75.46 174.33,-76.99 182.79,-78.45" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "182.41,-81.94 192.86,-80.19 183.6,-75.04 182.41,-81.94" />
</g>
<!-- Node6 -->
<g id= "node6" class= "node" >
<title > Node6</title>
<g id= "a_node6" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html#a2ed4977f38642dca8b10c16a823c740b" target= "_top" xlink:title= "Compute projection of vector  on  defined as." >
<polygon fill= "white" stroke= "black" points= "194.5,-38.5 194.5,-57.5 260.5,-57.5 260.5,-38.5 194.5,-38.5" />
<text text-anchor= "middle" x= "227.5" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector_proj</text>
</a>
</g>
</g>
<!-- Node3->Node6 -->
<g id= "edge6" class= "edge" >
<title > Node3- > Node6</title>
<path fill= "none" stroke= "midnightblue" d= "M157.15,-59.98C165.95,-58.46 175.27,-56.85 184.13,-55.32" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "185,-58.72 194.26,-53.57 183.81,-51.82 185,-58.72" />
</g>
<!-- Node7 -->
<g id= "node7" class= "node" >
<title > Node7</title>
<g id= "a_node7" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html#a5ee39e7c8fce8a604dcf7009ce101c02" target= "_top" xlink:title= "Compute vector subtraction." >
<polygon fill= "white" stroke= "black" points= "195,-0.5 195,-19.5 260,-19.5 260,-0.5 195,-0.5" />
<text text-anchor= "middle" x= "227.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector_sub</text>
</a>
</g>
</g>
<!-- Node3->Node7 -->
<g id= "edge8" class= "edge" >
<title > Node3- > Node7</title>
<path fill= "none" stroke= "midnightblue" d= "M135.16,-57.33C152.73,-48.23 179.25,-34.48 199.2,-24.15" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "200.85,-27.23 208.12,-19.53 197.63,-21.02 200.85,-27.23" />
</g>
<!-- Node5->Node4 -->
<g id= "edge5" class= "edge" >
<title > Node5- > Node4</title>
<path fill= "none" stroke= "midnightblue" d= "M262.08,-86C270.31,-86 279.2,-86 287.73,-86" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "287.87,-89.5 297.87,-86 287.87,-82.5 287.87,-89.5" />
</g>
<!-- Node6->Node4 -->
<g id= "edge7" class= "edge" >
<title > Node6- > Node4</title>
<path fill= "none" stroke= "midnightblue" d= "M253.73,-57.59C265.81,-62.18 280.47,-67.75 293.6,-72.74" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "292.68,-76.13 303.27,-76.41 295.17,-69.59 292.68,-76.13" />
</g>
</g>
</svg>