mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
45 lines
2.1 KiB
XML
45 lines
2.1 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.3 (20211023.0002)
|
|
-->
|
|
<!-- Title: linear_algebra::gram_schmidt::dot_product Pages: 1 -->
|
|
<svg width="279pt" height="57pt"
|
|
viewBox="0.00 0.00 279.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>linear_algebra::gram_schmidt::dot_product</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-53 275,-53 275,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 115,-30.5 115,-0.5 0,-0.5"/>
|
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">linear_algebra::gram</text>
|
|
<text text-anchor="middle" x="57.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_schmidt::dot_product</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="midnightblue" d="M31.01,-30.66C24.62,-40.06 33.45,-49 57.5,-49 72.15,-49 81.16,-45.68 84.51,-40.96"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="87.99,-40.47 83.99,-30.66 81,-40.82 87.99,-40.47"/>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d8/d77/namespacemachine__learning.html#a6f1c98c016ad34ff3d9f39372161bd35" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="151,-6 151,-25 271,-25 271,-6 151,-6"/>
|
|
<text text-anchor="middle" x="211" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::sum</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M115.34,-15.5C123.58,-15.5 132.14,-15.5 140.59,-15.5"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="140.81,-19 150.81,-15.5 140.81,-12 140.81,-19"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|