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">
<!-- Generated by graphviz version 2.44.0 (20200408.0750)
-->
<!-- Title: numerical_methods/qr_eigen_values.c Pages: 1 -->
2020-06-28 23:30:37 +08:00
<svg width= "344pt" height= "151pt"
viewBox="0.00 0.00 344.00 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_eigen_values.c</title>
2020-06-28 23:30:37 +08:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-147 340,-147 340,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= "Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method." >
2020-06-28 23:30:37 +08:00
<polygon fill= "#bfbfbf" stroke= "black" points= "132.5,-112.5 132.5,-142.5 245.5,-142.5 245.5,-112.5 132.5,-112.5" />
<text text-anchor= "start" x= "140.5" y= "-130.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "189" y= "-119.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _eigen_values.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,-56.5 0,-75.5 52,-75.5 52,-56.5 0,-56.5" />
<text text-anchor= "middle" x= "26" y= "-63.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > assert.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M150.37,-112.4C122.66,-102.28 85.69,-88.79 59.28,-79.15" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "60.31,-75.8 49.72,-75.66 57.91,-82.37 60.31,-75.8" />
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= " " >
2020-06-28 23:30:37 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "71.5,-0.5 71.5,-19.5 118.5,-19.5 118.5,-0.5 71.5,-0.5" />
<text text-anchor= "middle" x= "95" 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->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>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M145.26,-112.46C127.9,-104.58 109.57,-92.84 99,-76 90.45,-62.38 90.17,-43.84 91.6,-30.04" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "95.12,-30.18 93.07,-19.78 88.19,-29.19 95.12,-30.18" />
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= " " >
2020-06-28 23:30:37 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "141,-0.5 141,-19.5 187,-19.5 187,-0.5 141,-0.5" />
<text text-anchor= "middle" x= "164" 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->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>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M197.72,-112.38C205.5,-97.89 214.57,-74.88 207,-56 202.32,-44.33 193.01,-33.97 184.24,-26.14" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "186.42,-23.4 176.5,-19.7 181.95,-28.78 186.42,-23.4" />
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= " " >
2020-06-28 23:30:37 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "228,-0.5 228,-19.5 276,-19.5 276,-0.5 228,-0.5" />
<text text-anchor= "middle" x= "252" 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->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>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M199.11,-112.26C205.96,-102.33 215,-88.64 222,-76 230.55,-60.56 238.85,-42.24 244.54,-28.99" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "247.84,-30.18 248.5,-19.61 241.39,-27.46 247.84,-30.18" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node6 -->
<g id= "node6" class= "node" >
<title > Node6</title>
<g id= "a_node6" > <a xlink:title= " " >
2020-06-28 23:30:37 +08:00
<polygon fill= "white" stroke= "#bfbfbf" points= "292,-56.5 292,-75.5 336,-75.5 336,-56.5 292,-56.5" />
<text text-anchor= "middle" x= "314" 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->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node1- > Node6</title>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M218.62,-112.4C239.22,-102.59 266.48,-89.62 286.58,-80.05" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "288.29,-83.12 295.81,-75.66 285.28,-76.8 288.29,-83.12" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node7 -->
<g id= "node7" class= "node" >
<title > Node7</title>
2020-06-28 23:30:37 +08:00
<g id= "a_node7" > <a xlink:href= "../../d4/d68/qr__decompose_8h.html" target= "_top" xlink:title= "Library functions to compute QR decomposition of a given matrix." >
<polygon fill= "white" stroke= "black" points= "108.5,-56.5 108.5,-75.5 197.5,-75.5 197.5,-56.5 108.5,-56.5" />
<text text-anchor= "middle" x= "153" 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->Node7 -->
2020-06-28 23:30:37 +08:00
<g id= "edge6" class= "edge" >
2020-06-28 23:07:29 +08:00
<title > Node1- > Node7</title>
2020-06-28 23:30:37 +08:00
<path fill= "none" stroke= "midnightblue" d= "M180.47,-112.4C175.4,-104.02 168.93,-93.33 163.54,-84.42" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "166.41,-82.4 158.24,-75.66 160.42,-86.03 166.41,-82.4" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node7->Node3 -->
<g id= "edge7" class= "edge" >
<title > Node7- > Node3</title>
<path fill= "none" stroke= "midnightblue" d= "M143.68,-56.32C135.11,-48.34 122.19,-36.31 111.81,-26.65" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "114.19,-24.09 104.49,-19.83 109.42,-29.21 114.19,-24.09" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node7->Node4 -->
<g id= "edge8" class= "edge" >
<title > Node7- > Node4</title>
<path fill= "none" stroke= "midnightblue" d= "M154.82,-56.08C156.27,-48.93 158.37,-38.64 160.19,-29.69" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "163.65,-30.25 162.22,-19.75 156.79,-28.85 163.65,-30.25" />
2020-06-28 23:07:29 +08:00
</g>
2020-06-28 23:30:37 +08:00
<!-- Node7->Node5 -->
<g id= "edge9" class= "edge" >
<title > Node7- > Node5</title>
<path fill= "none" stroke= "midnightblue" d= "M168.91,-56.32C184.64,-47.74 208.94,-34.49 227.21,-24.52" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "229.03,-27.52 236.13,-19.65 225.68,-21.37 229.03,-27.52" />
2020-06-28 23:07:29 +08:00
</g>
</g>
</svg>