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">
2021-11-06 02:11:46 +08:00
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
2020-06-28 23:07:29 +08:00
-->
<!-- Title: numerical_methods/qr_decompose.h Pages: 1 -->
2021-10-26 03:34:27 +08:00
<svg width= "256pt" height= "106pt"
viewBox="0.00 0.00 256.00 106.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 102)" >
<title > numerical_methods/qr_decompose.h</title>
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-102 252,-102 252,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= "Library functions to compute QR decomposition of a given matrix." >
2021-10-26 03:34:27 +08:00
<polygon fill= "#bfbfbf" stroke= "black" points= "66,-67.5 66,-97.5 181,-97.5 181,-67.5 66,-67.5" />
<text text-anchor= "start" x= "74" y= "-85.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "123.5" y= "-74.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _decompose.h</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
<g id= "a_node2" > <a xlink:href= "../../d5/d23/qr__decomposition_8c.html" target= "_top" xlink:title= "Program to compute the QR decomposition of a given matrix." >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "0,-0.5 0,-30.5 115,-30.5 115,-0.5 0,-0.5" />
2020-06-28 23:07:29 +08:00
<text text-anchor= "start" x= "8" y= "-18.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
2021-10-26 03:34:27 +08:00
<text text-anchor= "middle" x= "57.5" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _decomposition.c</text>
2020-06-28 23:07:29 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M101.99,-60.31C92.09,-50.56 80.61,-39.26 71.79,-30.58" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "99.6,-62.87 109.18,-67.4 104.51,-57.89 99.6,-62.87" />
2020-06-28 23:07:29 +08:00
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <a xlink:href= "../../d7/d50/qr__eigen__values_8c.html" target= "_top" xlink:title= "Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method." >
2021-10-26 03:34:27 +08:00
<polygon fill= "white" stroke= "black" points= "133,-0.5 133,-30.5 248,-30.5 248,-0.5 133,-0.5" />
<text text-anchor= "start" x= "141" y= "-18.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "190.5" y= "-7.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>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
2021-10-26 03:34:27 +08:00
<path fill= "none" stroke= "midnightblue" d= "M145.34,-60.31C155.39,-50.56 167.04,-39.26 175.99,-30.58" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "142.78,-57.92 138.04,-67.4 147.65,-62.94 142.78,-57.92" />
2020-06-28 23:07:29 +08:00
</g>
</g>
</svg>