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/sieve_of_eratosthenes.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,13 +116,13 @@ Include dependency graph for sieve_of_eratosthenes.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:a7eebd5e7686a8db363f937b2f30d3818"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a> (uint32_t N)</td></tr>
<tr class="memitem:a7eebd5e7686a8db363f937b2f30d3818" id="r_a7eebd5e7686a8db363f937b2f30d3818"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818">sieve</a> (uint32_t N)</td></tr>
<tr class="separator:a7eebd5e7686a8db363f937b2f30d3818"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9">print</a> (uint32_t N, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; bool &gt; &amp;is_prime)</td></tr>
<tr class="memitem:a235843bdf82d2a6cc8596ae8fd3b8df9" id="r_a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a235843bdf82d2a6cc8596ae8fd3b8df9">print</a> (uint32_t N, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; bool &gt; &amp;is_prime)</td></tr>
<tr class="separator:a235843bdf82d2a6cc8596ae8fd3b8df9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a88ec9ad42717780d6caaff9d3d6977f9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">tests</a> ()</td></tr>
<tr class="memitem:a88ec9ad42717780d6caaff9d3d6977f9" id="r_a88ec9ad42717780d6caaff9d3d6977f9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9">tests</a> ()</td></tr>
<tr class="separator:a88ec9ad42717780d6caaff9d3d6977f9"><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="../../d8/ddf/sieve__of__eratosthenes_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="../../d8/ddf/sieve__of__eratosthenes_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>
@@ -290,7 +290,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="../../d8/ddf/sieve__of__eratosthenes_8cpp.html">sieve_of_eratosthenes.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="print" name="print">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,52,31"/>
<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="100,5,171,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="52,16,85,16,85,21,52,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="52,16,84,16,84,21,52,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: print Pages: 1 -->
<svg width="132pt" 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="M34.94,-9.62C42.19,-9.62 51,-9.62 59.66,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.42,-13.13 69.42,-9.62 59.42,-6.13 59.42,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M34.94,-9.62C42.03,-9.62 50.61,-9.62 59.08,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.91,-13.13 68.91,-9.63 58.91,-6.13 58.91,-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: print Pages: 1 -->
<svg width="132pt" 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="M34.94,-9.62C42.19,-9.62 51,-9.62 59.66,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.42,-13.13 69.42,-9.62 59.42,-6.13 59.42,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M34.94,-9.62C42.03,-9.62 50.61,-9.62 59.08,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.91,-13.13 68.91,-9.63 58.91,-6.13 58.91,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,5 +1,5 @@
<map id="tests" name="tests">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,56,31"/>
<area shape="rect" id="Node000002" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" title=" " alt="" coords="104,5,156,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,16,89,16,89,21,56,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,16,88,16,88,21,56,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: tests Pages: 1 -->
<svg width="121pt" 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="M38.17,-9.62C45.55,-9.62 54.26,-9.62 62.52,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.33,-13.13 72.33,-9.62 62.33,-6.13 62.33,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M38.17,-9.62C45.38,-9.62 53.87,-9.62 61.96,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.81,-13.13 71.81,-9.63 61.81,-6.13 61.81,-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: tests Pages: 1 -->
<svg width="121pt" 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="M38.17,-9.62C45.55,-9.62 54.26,-9.62 62.52,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.33,-13.13 72.33,-9.62 62.33,-6.13 62.33,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M38.17,-9.62C45.38,-9.62 53.87,-9.62 61.96,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.81,-13.13 71.81,-9.63 61.81,-6.13 61.81,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -3,6 +3,6 @@
<area shape="rect" id="Node000002" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a7eebd5e7686a8db363f937b2f30d3818" title=" " alt="" coords="201,5,253,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,16,186,16,186,21,55,21"/>
<area shape="rect" id="Node000003" href="$d8/ddf/sieve__of__eratosthenes_8cpp.html#a88ec9ad42717780d6caaff9d3d6977f9" title=" " alt="" coords="103,31,153,56"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,22,89,31,88,36,54,27"/>
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="153,35,186,26,187,31,154,40"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,22,89,31,87,36,54,27"/>
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="153,35,185,26,186,31,154,40"/>
</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="194pt" 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="M37.39,-28.62C61.83,-28.62 106.01,-28.62 135.52,-28.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-32.13 145.42,-28.62 135.42,-25.13 135.42,-32.13"/>
<path fill="none" stroke="#63b8ff" d="M37.39,-28.62C61.73,-28.62 105.62,-28.62 135.13,-28.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.9,-32.13 144.9,-28.63 134.9,-25.13 134.9,-32.13"/>
</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.14,-23.93C44.81,-21.89 53.98,-19.45 62.55,-17.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-20.35 71.94,-14.4 61.38,-13.59 63.18,-20.35"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-23.93C44.64,-21.93 53.57,-19.56 61.98,-17.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.71,-20.74 71.48,-14.79 60.91,-13.98 62.71,-20.74"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge3_Node000003_Node000002" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.64,-16.38 127.46,-18.69 135.8,-20.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.77,-24.48 145.33,-23.63 136.54,-17.71 134.77,-24.48"/>
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.47,-16.33 127.07,-18.59 135.24,-20.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.3,-24.1 144.86,-23.25 136.08,-17.33 134.3,-24.1"/>
</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: main Pages: 1 -->
<svg width="194pt" 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="M37.39,-28.62C61.83,-28.62 106.01,-28.62 135.52,-28.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.42,-32.13 145.42,-28.62 135.42,-25.13 135.42,-32.13"/>
<path fill="none" stroke="#63b8ff" d="M37.39,-28.62C61.73,-28.62 105.62,-28.62 135.13,-28.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.9,-32.13 144.9,-28.63 134.9,-25.13 134.9,-32.13"/>
</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.14,-23.93C44.81,-21.89 53.98,-19.45 62.55,-17.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.18,-20.35 71.94,-14.4 61.38,-13.59 63.18,-20.35"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-23.93C44.64,-21.93 53.57,-19.56 61.98,-17.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.71,-20.74 71.48,-14.79 60.91,-13.98 62.71,-20.74"/>
</a>
</g>
</g>
@@ -57,8 +57,8 @@
<g id="edge3_Node000003_Node000002" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge3_Node000003_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.64,-16.38 127.46,-18.69 135.8,-20.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.77,-24.48 145.33,-23.63 136.54,-17.71 134.77,-24.48"/>
<path fill="none" stroke="#63b8ff" d="M111.17,-14.42C118.47,-16.33 127.07,-18.59 135.24,-20.73"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.3,-24.1 144.86,-23.25 136.08,-17.33 134.3,-24.1"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB