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-12-19 11:40:09 +08:00
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
2020-06-28 23:07:29 +08:00
-->
<!-- Title: numerical_methods/qr_decompose.h Pages: 1 -->
2022-09-08 08:17:03 +08:00
<svg width= "252pt" height= "104pt"
viewBox="0.00 0.00 252.00 104.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 100)" >
2020-06-28 23:07:29 +08:00
<title > numerical_methods/qr_decompose.h</title>
<!-- 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." >
2022-09-08 08:17:03 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "178,-96 65,-96 65,-66 178,-66 178,-96" />
<text text-anchor= "start" x= "73" y= "-84" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "121.5" y= "-73" 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." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "113,-30 0,-30 0,0 113,0 113,-30" />
<text text-anchor= "start" x= "8" y= "-18" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "56.5" y= "-7" 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>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M98.96,-57.81C89.65,-48.64 79.12,-38.28 70.89,-30.16" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "96.41,-60.21 106,-64.73 101.33,-55.22 96.41,-60.21" />
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." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "244,-30 131,-30 131,0 244,0 244,-30" />
<text text-anchor= "start" x= "139" y= "-18" font-family= "Helvetica,sans-Serif" font-size= "10.00" > numerical_methods/qr</text>
<text text-anchor= "middle" x= "187.5" y= "-7" 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>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M144.39,-57.81C153.84,-48.64 164.53,-38.28 172.89,-30.16" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "141.98,-55.27 137.23,-64.74 146.85,-60.29 141.98,-55.27" />
2020-06-28 23:07:29 +08:00
</g>
</g>
</svg>