build based on 57c8db5

This commit is contained in:
Documenter.jl
2025-08-27 09:46:20 +00:00
parent 4be9a0d169
commit 2c03eb8f46
59 changed files with 395 additions and 287 deletions

View File

@@ -7314,6 +7314,7 @@ a.anchor-link {
processEnvironments: true
},
displayAlign: 'center',
messageStyle: 'none',
CommonHTML: {
linebreaks: {
automatic: true
@@ -8241,7 +8242,7 @@ d) O(P)</code></pre>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<p>We are going to implement the method in a function with the following signature</p>
<div class="highlight"><pre><span></span><span class="n">floyd_mpi!</span><span class="p">(</span><span class="n">C</span><span class="p">,</span><span class="n">comm</span><span class="p">)</span>
<div class="highlight"><pre><span></span><span class="w"> </span><span class="n">floyd_mpi!</span><span class="p">(</span><span class="n">C</span><span class="p">,</span><span class="n">comm</span><span class="p">)</span>
</pre></div>
<p>The signature is similar to the sequential function <code>floyd!(C)</code>, but there are some important differences</p>
<ul>