Documentation for 341ed50da8

This commit is contained in:
github-actions
2021-09-03 19:56:17 +00:00
parent 52d0c55145
commit 08e8eb037e
3432 changed files with 71392 additions and 72953 deletions

View File

@@ -2,8 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: File Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -17,9 +17,9 @@
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
@@ -32,8 +32,7 @@
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Algorithms_in_C++
&#160;<span id="projectnumber">1.0.0</span>
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C++.</div>
</td>
@@ -42,21 +41,22 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -70,7 +70,7 @@ $(function() {
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('globals_func_e.html',''); initResizable(); });
/* @license-end */
</script>
@@ -92,36 +92,20 @@ $(document).ready(function(){initNavTree('globals_func_e.html',''); initResizabl
<div class="contents">
&#160;
<h3><a id="index_e"></a>- e -</h3><ul>
<li>eq()
: <a class="el" href="d7/d6a/bisection__method_8cpp.html#a2003b5b2dcfff0769b957ab5c968b03d">bisection_method.cpp</a>
, <a class="el" href="de/dd3/newton__raphson__method_8cpp.html#a2003b5b2dcfff0769b957ab5c968b03d">newton_raphson_method.cpp</a>
, <a class="el" href="df/dc8/successive__approximation_8cpp.html#a79c1d08919ff7780a5d7723172602389">successive_approximation.cpp</a>
</li>
<li>eq_der()
: <a class="el" href="de/dd3/newton__raphson__method_8cpp.html#a3d3f7f41977394680af6ebbed96f3386">newton_raphson_method.cpp</a>
</li>
<li>eqd()
: <a class="el" href="df/dc8/successive__approximation_8cpp.html#ae89c36add7c55298c5195d0a83de1456">successive_approximation.cpp</a>
</li>
<li>exact_solution()
: <a class="el" href="db/dd3/ode__forward__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_forward_euler.cpp</a>
, <a class="el" href="d6/dd3/ode__midpoint__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_midpoint_euler.cpp</a>
, <a class="el" href="d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_semi_implicit_euler.cpp</a>
</li>
<li>extendedEuclid()
: <a class="el" href="d9/d5d/extended__euclid__algorithm_8cpp.html#acba15ca55b3e7dcb91f3c65d72ba052d">extended_euclid_algorithm.cpp</a>
</li>
<li>extendedEuclid_1()
: <a class="el" href="d9/d5d/extended__euclid__algorithm_8cpp.html#a1792ac7c33aaf26b860ab55f5652ab25">extended_euclid_algorithm.cpp</a>
</li>
<h3><a id="index_e" name="index_e"></a>- e -</h3><ul>
<li>eq()&#160;:&#160;<a class="el" href="d7/d6a/bisection__method_8cpp.html#a2003b5b2dcfff0769b957ab5c968b03d">bisection_method.cpp</a>, <a class="el" href="de/dd3/newton__raphson__method_8cpp.html#a2003b5b2dcfff0769b957ab5c968b03d">newton_raphson_method.cpp</a>, <a class="el" href="df/dc8/successive__approximation_8cpp.html#a79c1d08919ff7780a5d7723172602389">successive_approximation.cpp</a></li>
<li>eq_der()&#160;:&#160;<a class="el" href="de/dd3/newton__raphson__method_8cpp.html#a3d3f7f41977394680af6ebbed96f3386">newton_raphson_method.cpp</a></li>
<li>eqd()&#160;:&#160;<a class="el" href="df/dc8/successive__approximation_8cpp.html#ae89c36add7c55298c5195d0a83de1456">successive_approximation.cpp</a></li>
<li>exact_solution()&#160;:&#160;<a class="el" href="db/dd3/ode__forward__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_forward_euler.cpp</a>, <a class="el" href="d6/dd3/ode__midpoint__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_midpoint_euler.cpp</a>, <a class="el" href="d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">ode_semi_implicit_euler.cpp</a></li>
<li>extendedEuclid()&#160;:&#160;<a class="el" href="d9/d5d/extended__euclid__algorithm_8cpp.html#acba15ca55b3e7dcb91f3c65d72ba052d">extended_euclid_algorithm.cpp</a></li>
<li>extendedEuclid_1()&#160;:&#160;<a class="el" href="d9/d5d/extended__euclid__algorithm_8cpp.html#a1792ac7c33aaf26b860ab55f5652ab25">extended_euclid_algorithm.cpp</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- 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.1 </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.2 </li>
</ul>
</div>
</body>