mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for aaa08b0150
This commit is contained in:
5
dd/d30/matrix__exponentiation_8cpp__incl.map
Normal file
5
dd/d30/matrix__exponentiation_8cpp__incl.map
Normal file
@@ -0,0 +1,5 @@
|
||||
<map id="others/matrix_exponentiation.cpp" name="others/matrix_exponentiation.cpp">
|
||||
<area shape="rect" id="node1" title="Matrix Exponentiation." alt="" coords="5,5,220,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="33,80,105,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="129,80,187,107"/>
|
||||
</map>
|
||||
1
dd/d30/matrix__exponentiation_8cpp__incl.md5
Normal file
1
dd/d30/matrix__exponentiation_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
0682b4368c5373318d2d76ce2a7a30af
|
||||
52
dd/d30/matrix__exponentiation_8cpp__incl.svg
Normal file
52
dd/d30/matrix__exponentiation_8cpp__incl.svg
Normal file
@@ -0,0 +1,52 @@
|
||||
<?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.44.0 (20200408.0750)
|
||||
-->
|
||||
<!-- Title: others/matrix_exponentiation.cpp Pages: 1 -->
|
||||
<svg width="169pt" height="84pt"
|
||||
viewBox="0.00 0.00 169.00 84.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 80)">
|
||||
<title>others/matrix_exponentiation.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 165,-80 165,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Matrix Exponentiation.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-75.5 161,-75.5 161,-56.5 0,-56.5"/>
|
||||
<text text-anchor="middle" x="80.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/matrix_exponentiation.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="20.5,-0.5 20.5,-19.5 74.5,-19.5 74.5,-0.5 20.5,-0.5"/>
|
||||
<text text-anchor="middle" x="47.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M75.05,-56.08C70.49,-48.61 63.83,-37.72 58.21,-28.52"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="61.05,-26.46 52.85,-19.75 55.08,-30.11 61.05,-26.46"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="92.5,-0.5 92.5,-19.5 136.5,-19.5 136.5,-0.5 92.5,-0.5"/>
|
||||
<text text-anchor="middle" x="114.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M86.11,-56.08C90.87,-48.53 97.82,-37.49 103.65,-28.23"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="106.62,-30.08 108.99,-19.75 100.7,-26.35 106.62,-30.08"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user