mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +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.49.0 (20210828.1703)
|
|
-->
|
|
<!-- Title: math::modular_division::mod_division Pages: 1 -->
|
|
<svg width="304pt" height="57pt"
|
|
viewBox="0.00 0.00 304.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 300,-53 300,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 119,-30.5 119,-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="59.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="M36.84,-30.66C31.38,-40.06 38.93,-49 59.5,-49 72.03,-49 79.73,-45.68 82.6,-40.96"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="86.08,-40.5 82.16,-30.66 79.09,-40.8 86.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="155,-6 155,-25 227,-25 227,-6 155,-6"/>
|
|
<text text-anchor="middle" x="191" 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="M119.19,-15.5C127.75,-15.5 136.46,-15.5 144.7,-15.5"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="144.85,-19 154.85,-15.5 144.85,-12 144.85,-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="263,-6 263,-25 296,-25 296,-6 263,-6"/>
|
|
<text text-anchor="middle" x="279.5" 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="M227.18,-15.5C235.67,-15.5 244.59,-15.5 252.57,-15.5"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="252.74,-19 262.74,-15.5 252.74,-12 252.74,-19"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|