2020-06-28 23:07:29 +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">
2022-06-08 02:13:03 +08:00
<!-- Generated by graphviz version 3.0.0 (20220226.1711)
2020-06-28 23:07:29 +08:00
-->
<!-- Title: numerical_methods/qr_decomposition.c Pages: 1 -->
2022-06-08 02:13:03 +08:00
<svg width= "296pt" height= "151pt"
viewBox="0.00 0.00 295.50 151.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2020-06-28 23:07:29 +08:00
<g id= "graph0" class= "graph" transform= "scale(1 1) rotate(0) translate(4 147)" >
<title > numerical_methods/qr_decomposition.c</title>
2022-06-08 02:13:03 +08:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-147 291.5,-147 291.5,4 -4,4" />
2020-06-28 23:07:29 +08:00
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
<g id= "a_node1" > <a xlink:title= "Program to compute the QR decomposition of a given matrix." >
2022-06-08 02:13:03 +08:00
<polygon fill= "#bfbfbf" stroke= "black" points= "86,-112.5 86,-142.5 199,-142.5 199,-112.5 86,-112.5" />
<text text-anchor= "start" x= "94" y= "-130.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "142.5" y= "-119.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _decomposition.c</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
2020-06-28 23:30:37 +08:00
<g id= "a_node2" > <a xlink:title= " " >
<polygon fill= "white" stroke= "#bfbfbf" points= "0,-0.5 0,-19.5 47,-19.5 47,-0.5 0,-0.5" />
<text text-anchor= "middle" x= "23.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > math.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M123.64,-112.47C110.98,-102.74 94.19,-89.2 80.5,-76 64.55,-60.62 48.03,-41.36 36.91,-27.81" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "39.46,-25.39 30.45,-19.83 34.02,-29.8 39.46,-25.39" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <a xlink:title= " " >
2022-06-08 02:13:03 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "65.5,-0.5 65.5,-19.5 111.5,-19.5 111.5,-0.5 65.5,-0.5" />
<text text-anchor= "middle" x= "88.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > stdio.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
2020-06-28 23:30:37 +08:00
<g id= "edge2" class= "edge" >
2020-06-28 23:07:29 +08:00
<title > Node1- > Node3</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M120.89,-112.43C109.27,-103.53 96.02,-90.9 89.5,-76 83.14,-61.46 83.46,-43.28 85.05,-29.85" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "88.52,-30.27 86.56,-19.86 81.6,-29.23 88.52,-30.27" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <a xlink:title= " " >
2022-06-08 02:13:03 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "191.5,-0.5 191.5,-19.5 239.5,-19.5 239.5,-0.5 191.5,-0.5" />
<text text-anchor= "middle" x= "215.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > stdlib.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node4 -->
2020-06-28 23:30:37 +08:00
<g id= "edge3" class= "edge" >
2020-06-28 23:07:29 +08:00
<title > Node1- > Node4</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M162.25,-112.38C173.75,-103.21 187.69,-90.32 196.5,-76 205.26,-61.76 210.15,-43.29 212.77,-29.68" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "216.26,-30.03 214.47,-19.59 209.35,-28.87 216.26,-30.03" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
<g id= "a_node5" > <a xlink:title= " " >
2022-06-08 02:13:03 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "243.5,-56.5 243.5,-75.5 287.5,-75.5 287.5,-56.5 243.5,-56.5" />
<text text-anchor= "middle" x= "265.5" y= "-63.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > time.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
2020-06-28 23:30:37 +08:00
<g id= "edge4" class= "edge" >
2020-06-28 23:07:29 +08:00
<title > Node1- > Node5</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M171.65,-112.4C191.92,-102.59 218.74,-89.62 238.52,-80.05" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "240.12,-83.16 247.6,-75.66 237.08,-76.86 240.12,-83.16" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node6 -->
<g id= "node6" class= "node" >
<title > Node6</title>
2020-06-28 23:30:37 +08:00
<g id= "a_node6" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html" target= "_top" xlink:title= "Library functions to compute QR decomposition of a given matrix." >
2022-06-08 02:13:03 +08:00
<polygon fill= "white" stroke= "black" points= "98,-56.5 98,-75.5 187,-75.5 187,-56.5 98,-56.5" />
<text text-anchor= "middle" x= "142.5" y= "-63.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > qr_decompose.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node6 -->
2020-06-28 23:30:37 +08:00
<g id= "edge5" class= "edge" >
2020-06-28 23:07:29 +08:00
<title > Node1- > Node6</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M142.5,-112.4C142.5,-104.47 142.5,-94.46 142.5,-85.86" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "146,-85.66 142.5,-75.66 139,-85.66 146,-85.66" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node6->Node2 -->
<g id= "edge6" class= "edge" >
<title > Node6- > Node2</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M123.64,-56.44C104.23,-47.64 73.77,-33.81 51.54,-23.72" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "52.82,-20.46 42.27,-19.52 49.93,-26.84 52.82,-20.46" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node6->Node3 -->
<g id= "edge7" class= "edge" >
<title > Node6- > Node3</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M133.58,-56.08C125.72,-48.22 114.07,-36.57 104.58,-27.08" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "106.8,-24.35 97.25,-19.75 101.85,-29.3 106.8,-24.35" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node6->Node4 -->
<g id= "edge8" class= "edge" >
<title > Node6- > Node4</title>
2022-06-08 02:13:03 +08:00
<path fill= "none" stroke= "midnightblue" d= "M154.23,-56.32C165.34,-48.11 182.24,-35.6 195.48,-25.81" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "197.6,-28.59 203.56,-19.83 193.44,-22.97 197.6,-28.59" />
</g>
<!-- Node7 -->
<g id= "node7" class= "node" >
<title > Node7</title>
<g id= "a_node7" > <a xlink:title= " " >
<polygon fill= "white" stroke= "#bfbfbf" points= "129.5,-0.5 129.5,-19.5 173.5,-19.5 173.5,-0.5 129.5,-0.5" />
<text text-anchor= "middle" x= "151.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > omp.h</text>
</a>
</g>
</g>
<!-- Node6->Node7 -->
<g id= "edge9" class= "edge" >
<title > Node6- > Node7</title>
<path fill= "none" stroke= "midnightblue" d= "M143.99,-56.08C145.18,-48.93 146.89,-38.64 148.38,-29.69" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "151.85,-30.19 150.04,-19.75 144.95,-29.04 151.85,-30.19" />
2020-06-28 23:07:29 +08:00
</g>
</g>
</svg>