mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
60 lines
2.9 KiB
XML
60 lines
2.9 KiB
XML
<?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 2.50.0 (20211204.2007)
|
|
-->
|
|
<!-- Title: math::modular_division::mod_division Pages: 1 -->
|
|
<svg width="300pt" height="57pt"
|
|
viewBox="0.00 0.00 300.00 57.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 53)">
|
|
<title>math::modular_division::mod_division</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-53 296,-53 296,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="This function calculates modular division.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 117,-30.5 117,-0.5 0,-0.5"/>
|
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">math::modular_division</text>
|
|
<text text-anchor="middle" x="58.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::mod_division</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="midnightblue" d="M35.84,-30.66C30.38,-40.06 37.93,-49 58.5,-49 71.03,-49 78.73,-45.68 81.6,-40.96"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="85.08,-40.5 81.16,-30.66 78.09,-40.8 85.08,-40.5"/>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../dd/d47/namespacemath.html#afcd07701d73ed65cd616bcba02737f3d" target="_top" xlink:title="This function calculates a raised to exponent b under modulo c using modular exponentiation.">
|
|
<polygon fill="white" stroke="black" points="153,-6 153,-25 224,-25 224,-6 153,-6"/>
|
|
<text text-anchor="middle" x="188.5" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">math::power</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M117.13,-15.5C125.72,-15.5 134.46,-15.5 142.73,-15.5"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="142.9,-19 152.9,-15.5 142.9,-12 142.9,-19"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../d7/d35/matrix__exponentiation_8cpp.html#ad8389ed58fd0ec66df248014775ad1fa" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="260,-6 260,-25 292,-25 292,-6 260,-6"/>
|
|
<text text-anchor="middle" x="276" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">ans</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M224.28,-15.5C232.79,-15.5 241.75,-15.5 249.73,-15.5"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="249.86,-19 259.86,-15.5 249.86,-12 249.86,-19"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|