Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.6"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: Member List</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.6 -->
<!-- Generated by Doxygen 1.9.7 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -115,7 +115,7 @@ $(document).ready(function(){initNavTree('dd/de1/classothers_1_1recursive__tree_
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
</ul>
</div>
</body>

View File

@@ -1,5 +1,7 @@
<map id="numerical_methods/qr_decompose.h" name="numerical_methods/qr_decompose.h">
<area shape="rect" id="node1" title="Library functions to compute QR decomposition of a given matrix." alt="" coords="92,5,241,46"/>
<area shape="rect" id="node2" href="$d3/d24/qr__decomposition_8cpp.html" title="Program to compute the QR decomposition of a given matrix." alt="" coords="5,94,155,135"/>
<area shape="rect" id="node3" href="$de/d75/qr__eigen__values_8cpp.html" title="Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method." alt="" coords="179,94,328,135"/>
<area shape="rect" id="Node000001" title="Library functions to compute QR decomposition of a given matrix." alt="" coords="92,5,241,46"/>
<area shape="rect" id="Node000002" href="$d3/d24/qr__decomposition_8cpp.html" title="Program to compute the QR decomposition of a given matrix." alt="" coords="5,94,155,135"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="139,59,101,95,98,92,135,55"/>
<area shape="rect" id="Node000003" href="$de/d75/qr__eigen__values_8cpp.html" title="Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method." alt="" coords="179,94,328,135"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="198,55,236,92,232,95,195,59"/>
</map>

View File

@@ -1 +1 @@
54636d3951b2d30dffe8839a96eb126d
44b1fda46bde9eed4cbe9c68c7b18b64

View File

@@ -6,12 +6,22 @@
<!-- Title: numerical_methods/qr_decompose.h Pages: 1 -->
<svg width="250pt" height="105pt"
viewBox="0.00 0.00 250.00 105.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 101)">
<title>numerical_methods/qr_decompose.h</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Library functions to compute QR decomposition of a given matrix.">
<g id="a_Node000001"><a xlink:title="Library functions to compute QR decomposition of a given matrix.">
<polygon fill="#999999" stroke="#666666" points="177,-97 65,-97 65,-66.5 177,-66.5 177,-97"/>
<text text-anchor="start" x="73" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="121" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">_decompose.h</text>
@@ -19,9 +29,9 @@
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d3/d24/qr__decomposition_8cpp.html" target="_top" xlink:title="Program to compute the QR decomposition of a given matrix.">
<g id="a_Node000002"><a xlink:href="../../d3/d24/qr__decomposition_8cpp.html" target="_top" xlink:title="Program to compute the QR decomposition of a given matrix.">
<polygon fill="white" stroke="#666666" points="112,-30.5 0,-30.5 0,0 112,0 112,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="56" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_decomposition.cpp</text>
@@ -29,15 +39,18 @@
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M98.54,-58.46C89.32,-49.32 78.91,-38.98 70.69,-30.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.69,-60.55 105.25,-65.11 100.62,-55.59 95.69,-60.55"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../de/d75/qr__eigen__values_8cpp.html" target="_top" xlink:title="Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method.">
<g id="a_Node000003"><a xlink:href="../../de/d75/qr__eigen__values_8cpp.html" target="_top" xlink:title="Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method.">
<polygon fill="white" stroke="#666666" points="242,-30.5 130,-30.5 130,0 242,0 242,-30.5"/>
<text text-anchor="start" x="138" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="186" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_eigen_values.cpp</text>
@@ -45,10 +58,28 @@
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M143.46,-58.46C152.68,-49.32 163.09,-38.98 171.31,-30.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.38,-55.59 136.75,-65.11 146.31,-60.55 141.38,-55.59"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,60 @@
<?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 8.0.5 (20230430.1635)
-->
<!-- Title: numerical_methods/qr_decompose.h Pages: 1 -->
<svg width="250pt" height="105pt"
viewBox="0.00 0.00 250.00 105.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 101)">
<title>numerical_methods/qr_decompose.h</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Library functions to compute QR decomposition of a given matrix.">
<polygon fill="#999999" stroke="#666666" points="177,-97 65,-97 65,-66.5 177,-66.5 177,-97"/>
<text text-anchor="start" x="73" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="121" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">_decompose.h</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../d3/d24/qr__decomposition_8cpp.html" target="_top" xlink:title="Program to compute the QR decomposition of a given matrix.">
<polygon fill="white" stroke="#666666" points="112,-30.5 0,-30.5 0,0 112,0 112,-30.5"/>
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="56" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_decomposition.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M98.54,-58.46C89.32,-49.32 78.91,-38.98 70.69,-30.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.69,-60.55 105.25,-65.11 100.62,-55.59 95.69,-60.55"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../de/d75/qr__eigen__values_8cpp.html" target="_top" xlink:title="Compute real eigen values and eigen vectors of a symmetric matrix using QR decomposition method.">
<polygon fill="white" stroke="#666666" points="242,-30.5 130,-30.5 130,0 242,0 242,-30.5"/>
<text text-anchor="start" x="138" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
<text text-anchor="middle" x="186" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_eigen_values.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M143.46,-58.46C152.68,-49.32 163.09,-38.98 171.31,-30.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.38,-55.59 136.75,-65.11 146.31,-60.55 141.38,-55.59"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB