mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-27 00:41:51 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<map id="divide_and_conquer::strassens_multiplication::Matrix< T, typename >" name="divide_and_conquer::strassens_multiplication::Matrix< T, typename >">
|
||||
<area shape="rect" id="node1" title="Matrix class." alt="" coords="5,109,175,165"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="11,5,169,46"/>
|
||||
<area shape="rect" id="Node000001" title="Matrix class." alt="" coords="5,109,175,165"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="11,5,169,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="93,61,93,109,87,109,87,61"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
a22625568818402994c79e2294107cf7
|
||||
05200ace2b2bcb88a067457cbe1cec7c
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: divide_and_conquer::strassens_multiplication::Matrix< T, typename > Pages: 1 -->
|
||||
<svg width="135pt" height="128pt"
|
||||
viewBox="0.00 0.00 135.00 127.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 123.5)">
|
||||
<title>divide_and_conquer::strassens_multiplication::Matrix< T, typename ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Matrix class.">
|
||||
<g id="a_Node000001"><a xlink:title="Matrix class.">
|
||||
<polygon fill="#999999" stroke="#666666" points="127,-41.75 0,-41.75 0,0 127,0 127,-41.75"/>
|
||||
<text text-anchor="start" x="8" y="-28.25" font-family="Helvetica,sans-Serif" font-size="10.00">divide_and_conquer</text>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">::strassens_multiplication</text>
|
||||
@@ -20,9 +30,9 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="122.5,-119.5 4.5,-119.5 4.5,-89 122.5,-89 122.5,-119.5"/>
|
||||
<text text-anchor="start" x="12.5" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::vector</text>
|
||||
<text text-anchor="middle" x="63.5" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">< T > ></text>
|
||||
@@ -30,11 +40,29 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M63.5,-77.98C63.5,-66.44 63.5,-52.96 63.5,-42.1"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="60,-77.7 63.5,-87.7 67,-77.7 60,-77.7"/>
|
||||
<text text-anchor="middle" x="75.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> _mat</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="75.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> _mat</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1,43 @@
|
||||
<?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.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: divide_and_conquer::strassens_multiplication::Matrix< T, typename > Pages: 1 -->
|
||||
<svg width="135pt" height="128pt"
|
||||
viewBox="0.00 0.00 135.00 127.50" 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 123.5)">
|
||||
<title>divide_and_conquer::strassens_multiplication::Matrix< T, typename ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Matrix class.">
|
||||
<polygon fill="#999999" stroke="#666666" points="127,-41.75 0,-41.75 0,0 127,0 127,-41.75"/>
|
||||
<text text-anchor="start" x="8" y="-28.25" font-family="Helvetica,sans-Serif" font-size="10.00">divide_and_conquer</text>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">::strassens_multiplication</text>
|
||||
<text text-anchor="middle" x="63.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Matrix< T, typename ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="122.5,-119.5 4.5,-119.5 4.5,-89 122.5,-89 122.5,-119.5"/>
|
||||
<text text-anchor="start" x="12.5" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::vector</text>
|
||||
<text text-anchor="middle" x="63.5" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">< T > ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M63.5,-77.98C63.5,-66.44 63.5,-52.96 63.5,-42.1"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="60,-77.7 63.5,-87.7 67,-77.7 60,-77.7"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="75.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> _mat</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user