You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Abstract types and interfaces<aclass="headerlink" href="#abstract-types-and-interfaces" title="Link to this heading">#</a></h2>
1207
1207
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">sortable</span></code> type used for demonstrating the <codeclass="docutils literal notranslate"><spanclass="pre">sortable_list</span></code>
<h2>Generic type-bound procedures and operator overloading<aclass="headerlink" href="#generic-type-bound-procedures-and-operator-overloading" title="Link to this heading">#</a></h2>
<h2>Functions with parameters {#sec:functions_with_parameters}<aclass="headerlink" href="#functions-with-parameters-sec-functions-with-parameters" title="Link to this heading">#</a></h2>
708
+
<sectionid="functions-with-parameters">
709
+
<h2>Functions with parameters<aclass="headerlink" href="#functions-with-parameters" title="Link to this heading">#</a></h2>
<h3>A type definition for invocation of a general function<aclass="headerlink" href="#a-type-definition-for-invocation-of-a-general-function" title="Link to this heading">#</a></h3>
712
712
<p>In scientific applications, a commonly occurring requirement is the need
@@ -954,12 +954,12 @@ <h3>Using the function type<a class="headerlink" href="#using-the-function-type"
954
954
<h2>Arrays of structures versus structures of arrays<aclass="headerlink" href="#arrays-of-structures-versus-structures-of-arrays" title="Link to this heading">#</a></h2>
955
955
<p>Returning to our earlier example type body, the next idea would be to
956
956
simulate the dynamics of a large ensemble of bodies. A procedure</p>
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#functions-with-parameters">Functions with parameters</a><ulclass="nav section-nav flex-column">
1048
1048
<liclass="toc-h3 nav-item toc-entry"><aclass="reference internal nav-link" href="#a-type-definition-for-invocation-of-a-general-function">A type definition for invocation of a general function</a></li>
<liclass="toc-h3 nav-item toc-entry"><aclass="reference internal nav-link" href="#completing-the-function-type-definition">Completing the function type definition</a></li>
0 commit comments