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

@@ -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++: math/fibonacci_matrix_exponentiation.cpp 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');
@@ -116,11 +116,11 @@ Include dependency graph for fibonacci_matrix_exponentiation.cpp:</div>
</div><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:abc3bc08249058d57cfc8f54a29d9cf9f"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#abc3bc08249058d57cfc8f54a29d9cf9f">fibo</a> (uint64_t n, uint64_t mod)</td></tr>
<tr class="memitem:abc3bc08249058d57cfc8f54a29d9cf9f" id="r_abc3bc08249058d57cfc8f54a29d9cf9f"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#abc3bc08249058d57cfc8f54a29d9cf9f">fibo</a> (uint64_t n, uint64_t mod)</td></tr>
<tr class="separator:abc3bc08249058d57cfc8f54a29d9cf9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae1a3968e7947464bee7714f6d43b7002"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a> ()</td></tr>
<tr class="memitem:ae1a3968e7947464bee7714f6d43b7002" id="r_ae1a3968e7947464bee7714f6d43b7002"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a> ()</td></tr>
<tr class="separator:ae1a3968e7947464bee7714f6d43b7002"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -307,7 +307,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_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../da/dc9/fibonacci__matrix__exponentiation_8cpp.html">fibonacci_matrix_exponentiation.cpp</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,5 +1,5 @@
<map id="test" name="test">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,49,31"/>
<area shape="rect" id="Node000002" href="$da/dc9/fibonacci__matrix__exponentiation_8cpp.html#abc3bc08249058d57cfc8f54a29d9cf9f" title=" " alt="" coords="97,5,139,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,82,16,82,21,49,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,81,16,81,21,49,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: test Pages: 1 -->
<svg width="108pt" 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="M32.92,-9.62C40.27,-9.62 49.23,-9.62 57.54,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.27,-13.13 67.27,-9.62 57.27,-6.13 57.27,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M32.92,-9.62C40.11,-9.62 48.82,-9.62 56.97,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.76,-13.13 66.76,-9.63 56.76,-6.13 56.76,-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: test Pages: 1 -->
<svg width="108pt" 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="M32.92,-9.62C40.27,-9.62 49.23,-9.62 57.54,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.27,-13.13 67.27,-9.62 57.27,-6.13 57.27,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M32.92,-9.62C40.11,-9.62 48.82,-9.62 56.97,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.76,-13.13 66.76,-9.63 56.76,-6.13 56.76,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,10 +1,10 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,56,55,82"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="103,5,174,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,55,95,36,97,40,56,60"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,55,94,36,97,41,56,60"/>
<area shape="rect" id="Node000003" href="$da/dc9/fibonacci__matrix__exponentiation_8cpp.html#abc3bc08249058d57cfc8f54a29d9cf9f" title=" " alt="" coords="222,81,264,107"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="55,69,208,87,207,93,55,74"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="55,69,207,87,206,93,55,74"/>
<area shape="rect" id="Node000004" href="$da/dc9/fibonacci__matrix__exponentiation_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="117,107,160,132"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="56,78,105,101,102,106,54,83"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="160,112,207,100,208,105,161,117"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="56,78,104,101,102,106,54,83"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="160,112,206,100,208,105,161,117"/>
</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: main Pages: 1 -->
<svg width="202pt" height="103pt"
@@ -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="M37.48,-56.25C46.46,-60.55 57.57,-65.88 67.85,-70.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="66.22,-74.39 76.75,-75.56 69.25,-68.08 66.22,-74.39"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-56.25C46.36,-60.51 57.34,-65.77 67.53,-70.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.86,-73.73 76.39,-74.9 68.88,-67.42 65.86,-73.73"/>
</a>
</g>
</g>
@@ -58,8 +58,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="M37.3,-45.48C65.17,-42.13 119.23,-35.62 151.43,-31.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.7,-35.12 161.21,-30.45 150.87,-28.17 151.7,-35.12"/>
<path fill="none" stroke="#63b8ff" d="M37.3,-45.48C65.05,-42.14 118.75,-35.68 151,-31.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.2,-35.3 160.71,-30.63 150.36,-28.35 151.2,-35.3"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.48,-39C48.15,-33.89 61.84,-27.33 73.57,-21.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.74,-24.54 82.24,-17.06 71.71,-18.23 74.74,-24.54"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-39C48.04,-33.94 61.56,-27.46 73.21,-21.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.38,-25.19 81.88,-17.71 71.35,-18.88 74.38,-25.19"/>
</a>
</g>
</g>
@@ -85,8 +85,8 @@
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M116.26,-13.47C126.4,-15.98 139.89,-19.33 151.62,-22.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.6,-25.84 161.15,-24.85 152.29,-19.05 150.6,-25.84"/>
<path fill="none" stroke="#63b8ff" d="M116.26,-13.47C126.29,-15.96 139.61,-19.26 151.25,-22.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.14,-25.48 160.68,-24.49 151.82,-18.68 150.14,-25.48"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.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: main Pages: 1 -->
<svg width="202pt" height="103pt"
@@ -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="M37.48,-56.25C46.46,-60.55 57.57,-65.88 67.85,-70.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="66.22,-74.39 76.75,-75.56 69.25,-68.08 66.22,-74.39"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-56.25C46.36,-60.51 57.34,-65.77 67.53,-70.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.86,-73.73 76.39,-74.9 68.88,-67.42 65.86,-73.73"/>
</a>
</g>
</g>
@@ -48,8 +48,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="M37.3,-45.48C65.17,-42.13 119.23,-35.62 151.43,-31.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.7,-35.12 161.21,-30.45 150.87,-28.17 151.7,-35.12"/>
<path fill="none" stroke="#63b8ff" d="M37.3,-45.48C65.05,-42.14 118.75,-35.68 151,-31.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.2,-35.3 160.71,-30.63 150.36,-28.35 151.2,-35.3"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.48,-39C48.15,-33.89 61.84,-27.33 73.57,-21.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.74,-24.54 82.24,-17.06 71.71,-18.23 74.74,-24.54"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-39C48.04,-33.94 61.56,-27.46 73.21,-21.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.38,-25.19 81.88,-17.71 71.35,-18.88 74.38,-25.19"/>
</a>
</g>
</g>
@@ -75,8 +75,8 @@
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M116.26,-13.47C126.4,-15.98 139.89,-19.33 151.62,-22.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.6,-25.84 161.15,-24.85 152.29,-19.05 150.6,-25.84"/>
<path fill="none" stroke="#63b8ff" d="M116.26,-13.47C126.29,-15.96 139.61,-19.26 151.25,-22.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.14,-25.48 160.68,-24.49 151.82,-18.68 150.14,-25.48"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB