Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -1,7 +1,7 @@
<map id="bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp" name="bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp">
<area shape="rect" id="Node000001" title="Count the number of ciphers in n! implementation" alt="" coords="7,5,159,61"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,109,70,135"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="71,62,53,97,48,94,66,60"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="71,62,53,96,49,94,66,60"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="94,109,165,135"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="100,60,118,94,114,97,95,63"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="100,60,118,94,113,97,95,63"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp Pages: 1 -->
<svg width="128pt" height="105pt"
@@ -42,8 +42,8 @@
<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="M47.55,-55.07C43.22,-46.84 38.22,-37.37 33.97,-29.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="36.67,-27.91 28.91,-20.7 30.47,-31.17 36.67,-27.91"/>
<path fill="none" stroke="#63b8ff" d="M47.55,-55.07C43.31,-47.03 38.45,-37.8 34.25,-29.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.37,-28.25 29.61,-21.03 31.18,-31.51 37.37,-28.25"/>
</a>
</g>
</g>
@@ -60,8 +60,8 @@
<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="M69.01,-55.07C73.47,-46.84 78.61,-37.37 83,-29.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.51,-31.15 88.2,-20.7 80.36,-27.82 86.51,-31.15"/>
<path fill="none" stroke="#63b8ff" d="M69.01,-55.07C73.42,-46.93 78.5,-37.58 82.85,-29.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.79,-31.48 87.48,-21.03 79.64,-28.15 85.79,-31.48"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp Pages: 1 -->
<svg width="128pt" height="105pt"
@@ -32,8 +32,8 @@
<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="M47.55,-55.07C43.22,-46.84 38.22,-37.37 33.97,-29.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="36.67,-27.91 28.91,-20.7 30.47,-31.17 36.67,-27.91"/>
<path fill="none" stroke="#63b8ff" d="M47.55,-55.07C43.31,-47.03 38.45,-37.8 34.25,-29.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.37,-28.25 29.61,-21.03 31.18,-31.51 37.37,-28.25"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<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="M69.01,-55.07C73.47,-46.84 78.61,-37.37 83,-29.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.51,-31.15 88.2,-20.7 80.36,-27.82 86.51,-31.15"/>
<path fill="none" stroke="#63b8ff" d="M69.01,-55.07C73.42,-46.93 78.5,-37.58 82.85,-29.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.79,-31.48 87.48,-21.03 79.64,-28.15 85.79,-31.48"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

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.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: numerical_methods/lu_decomposition.h File Reference</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.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -124,16 +124,16 @@ This graph shows which files directly or indirectly include this file:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="typedef-members" name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:aed8766713ee9b561a4acdcdff5f90ea5"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:aed8766713ee9b561a4acdcdff5f90ea5" id="r_aed8766713ee9b561a4acdcdff5f90ea5"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:aed8766713ee9b561a4acdcdff5f90ea5"><td class="memTemplItemLeft" align="right" valign="top">using&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d1/dbe/lu__decomposition_8h.html#aed8766713ee9b561a4acdcdff5f90ea5">matrix</a> = <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; T &gt; &gt;</td></tr>
<tr class="separator:aed8766713ee9b561a4acdcdff5f90ea5"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a75b8a228c6419ecda6077255d6d60509"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a75b8a228c6419ecda6077255d6d60509" id="r_a75b8a228c6419ecda6077255d6d60509"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a75b8a228c6419ecda6077255d6d60509"><td class="memTemplItemLeft" align="right" valign="top">int&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d1/dbe/lu__decomposition_8h.html#a75b8a228c6419ecda6077255d6d60509">lu_decomposition</a> (const <a class="el" href="../../d1/dbe/lu__decomposition_8h.html#aed8766713ee9b561a4acdcdff5f90ea5">matrix</a>&lt; T &gt; &amp;A, <a class="el" href="../../d1/dbe/lu__decomposition_8h.html#aed8766713ee9b561a4acdcdff5f90ea5">matrix</a>&lt; double &gt; *L, <a class="el" href="../../d1/dbe/lu__decomposition_8h.html#aed8766713ee9b561a4acdcdff5f90ea5">matrix</a>&lt; double &gt; *U)</td></tr>
<tr class="separator:a75b8a228c6419ecda6077255d6d60509"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3108d43bd32c6fb3b3c158476c51ba7f"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a3108d43bd32c6fb3b3c158476c51ba7f" id="r_a3108d43bd32c6fb3b3c158476c51ba7f"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr>
<tr class="memitem:a3108d43bd32c6fb3b3c158476c51ba7f"><td class="memTemplItemLeft" align="right" valign="top">double&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d1/dbe/lu__decomposition_8h.html#a3108d43bd32c6fb3b3c158476c51ba7f">determinant_lu</a> (const <a class="el" href="../../d1/dbe/lu__decomposition_8h.html#aed8766713ee9b561a4acdcdff5f90ea5">matrix</a>&lt; T &gt; &amp;A)</td></tr>
<tr class="separator:a3108d43bd32c6fb3b3c158476c51ba7f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -326,7 +326,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9c6faab82c22511b50177aa2e38e2780.html">numerical_methods</a></li><li class="navelem"><a class="el" href="../../d1/dbe/lu__decomposition_8h.html">lu_decomposition.h</a></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>
<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.8 </li>
</ul>
</div>
</body>

View File

@@ -1,8 +1,8 @@
<map id="determinant_lu" name="determinant_lu">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,112,56"/>
<area shape="rect" id="Node000002" href="$d1/dbe/lu__decomposition_8h.html#a75b8a228c6419ecda6077255d6d60509" title=" " alt="" coords="160,5,282,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="112,33,145,27,145,33,113,38"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="112,33,144,27,145,33,113,38"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="330,31,445,56"/>
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="112,41,315,41,315,46,112,46"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="283,25,316,30,315,35,282,30"/>
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="112,41,314,41,314,46,112,46"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="283,25,315,30,314,35,282,30"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: determinant_lu Pages: 1 -->
<svg width="338pt" height="46pt"
@@ -40,8 +40,8 @@
<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="M80.09,-15.85C87.96,-17.1 96.38,-18.43 104.69,-19.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.08,-23.36 114.51,-21.47 105.18,-16.44 104.08,-23.36"/>
<path fill="none" stroke="#63b8ff" d="M80.09,-15.85C87.87,-17.08 96.19,-18.4 104.41,-19.71"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.59,-23.12 114.01,-21.23 104.68,-16.21 103.59,-23.12"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge3_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.22,-9.62C121.43,-9.62 186.44,-9.62 232.29,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.21,-13.13 242.21,-9.62 232.21,-6.13 232.21,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M80.22,-9.62C121.26,-9.62 185.89,-9.62 231.7,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="231.7,-13.13 241.7,-9.63 231.7,-6.13 231.7,-13.13"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M207.77,-21.66C215.79,-20.42 224.21,-19.12 232.43,-17.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.72,-21.2 242.06,-16.21 231.65,-14.28 232.72,-21.2"/>
<path fill="none" stroke="#63b8ff" d="M207.77,-21.66C215.61,-20.45 223.83,-19.18 231.87,-17.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.22,-21.43 241.57,-16.44 231.15,-14.51 232.22,-21.43"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: determinant_lu Pages: 1 -->
<svg width="338pt" height="46pt"
@@ -30,8 +30,8 @@
<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="M80.09,-15.85C87.96,-17.1 96.38,-18.43 104.69,-19.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.08,-23.36 114.51,-21.47 105.18,-16.44 104.08,-23.36"/>
<path fill="none" stroke="#63b8ff" d="M80.09,-15.85C87.87,-17.08 96.19,-18.4 104.41,-19.71"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.59,-23.12 114.01,-21.23 104.68,-16.21 103.59,-23.12"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge3_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.22,-9.62C121.43,-9.62 186.44,-9.62 232.29,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.21,-13.13 242.21,-9.62 232.21,-6.13 232.21,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M80.22,-9.62C121.26,-9.62 185.89,-9.62 231.7,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="231.7,-13.13 241.7,-9.63 231.7,-6.13 231.7,-13.13"/>
</a>
</g>
</g>
@@ -57,8 +57,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M207.77,-21.66C215.79,-20.42 224.21,-19.12 232.43,-17.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.72,-21.2 242.06,-16.21 231.65,-14.28 232.72,-21.2"/>
<path fill="none" stroke="#63b8ff" d="M207.77,-21.66C215.61,-20.45 223.83,-19.18 231.87,-17.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.22,-21.43 241.57,-16.44 231.15,-14.51 232.22,-21.43"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,5 +1,5 @@
<map id="lu_decomposition" name="lu_decomposition">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,128,31"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="176,5,291,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="128,16,161,16,161,21,128,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="128,16,160,16,160,21,128,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: lu_decomposition Pages: 1 -->
<svg width="222pt" height="27pt"
@@ -40,8 +40,8 @@
<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="M92.02,-9.62C99.95,-9.62 108.27,-9.62 116.4,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="116.31,-13.13 126.31,-9.62 116.31,-6.13 116.31,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M92.02,-9.62C99.77,-9.62 107.89,-9.62 115.84,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-13.13 125.8,-9.63 115.8,-6.13 115.8,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: lu_decomposition Pages: 1 -->
<svg width="222pt" height="27pt"
@@ -30,8 +30,8 @@
<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="M92.02,-9.62C99.95,-9.62 108.27,-9.62 116.4,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="116.31,-13.13 126.31,-9.62 116.31,-6.13 116.31,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M92.02,-9.62C99.77,-9.62 107.89,-9.62 115.84,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-13.13 125.8,-9.63 115.8,-6.13 115.8,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

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.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: numerical_methods/lu_decomposition.h Source File</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.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -58,6 +58,11 @@ $(function() {
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(1); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
@@ -128,6 +133,7 @@ $(document).ready(function(){initNavTree('d1/dbe/lu__decomposition_8h_source.htm
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="comment"> * \returns negative if error occurred</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment"> */</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div>
<div class="foldopen" id="foldopen00029" data-start="{" data-end="}">
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="../../d1/dbe/lu__decomposition_8h.html#a75b8a228c6419ecda6077255d6d60509"> 29</a></span><span class="keywordtype">int</span> <a class="code hl_function" href="../../d1/dbe/lu__decomposition_8h.html#a75b8a228c6419ecda6077255d6d60509">lu_decomposition</a>(<span class="keyword">const</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;T&gt;</a> &amp;A, <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;double&gt;</a> *L, <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;double&gt;</a> *U) {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordtype">int</span> row, col, j;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="../../d7/d35/matrix__exponentiation_8cpp.html#a9977ad12548c4a49dee9dc3f0685aa54">mat_size</a> = A.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>();</div>
@@ -178,6 +184,7 @@ $(document).ready(function(){initNavTree('d1/dbe/lu__decomposition_8h_source.htm
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span>}</div>
</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="comment"></span> </div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment">/**</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment"> * Compute determinant of an NxN square matrix using LU decomposition.</span></div>
@@ -189,6 +196,7 @@ $(document).ready(function(){initNavTree('d1/dbe/lu__decomposition_8h_source.htm
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment"> * @return determinant of matrix A</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="comment"> */</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div>
<div class="foldopen" id="foldopen00090" data-start="{" data-end="}">
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="../../d1/dbe/lu__decomposition_8h.html#a3108d43bd32c6fb3b3c158476c51ba7f"> 90</a></span><span class="keywordtype">double</span> <a class="code hl_function" href="../../d1/dbe/lu__decomposition_8h.html#a3108d43bd32c6fb3b3c158476c51ba7f">determinant_lu</a>(<span class="keyword">const</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;T&gt;</a> &amp;A) {</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;double&gt;</a> L(A.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>(), <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray&lt;double&gt;</a>(A.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>()));</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">matrix&lt;double&gt;</a> U(A.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>(), <a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray&lt;double&gt;</a>(A.<a class="code hl_functionRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>()));</div>
@@ -202,6 +210,7 @@ $(document).ready(function(){initNavTree('d1/dbe/lu__decomposition_8h_source.htm
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> }</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keywordflow">return</span> result;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span>}</div>
</div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cerr</a></div></div>
<div class="ttc" id="alu__decomposition_8h_html_a3108d43bd32c6fb3b3c158476c51ba7f"><div class="ttname"><a href="../../d1/dbe/lu__decomposition_8h.html#a3108d43bd32c6fb3b3c158476c51ba7f">determinant_lu</a></div><div class="ttdeci">double determinant_lu(const matrix&lt; T &gt; &amp;A)</div><div class="ttdef"><b>Definition</b> lu_decomposition.h:90</div></div>
<div class="ttc" id="alu__decomposition_8h_html_a75b8a228c6419ecda6077255d6d60509"><div class="ttname"><a href="../../d1/dbe/lu__decomposition_8h.html#a75b8a228c6419ecda6077255d6d60509">lu_decomposition</a></div><div class="ttdeci">int lu_decomposition(const matrix&lt; T &gt; &amp;A, matrix&lt; double &gt; *L, matrix&lt; double &gt; *U)</div><div class="ttdef"><b>Definition</b> lu_decomposition.h:29</div></div>
@@ -215,7 +224,7 @@ $(document).ready(function(){initNavTree('d1/dbe/lu__decomposition_8h_source.htm
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9c6faab82c22511b50177aa2e38e2780.html">numerical_methods</a></li><li class="navelem"><a class="el" href="../../d1/dbe/lu__decomposition_8h.html">lu_decomposition.h</a></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>
<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.8 </li>
</ul>
</div>
</body>