Skip to content

Commit 01f5dfa

Browse files
committed
Eliminate [parallel.alg.defns]
1 parent 48cee8c commit 01f5dfa

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

algorithms.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -100,45 +100,6 @@ <h1>Wavefront Application</h1>
100100
</p>
101101
</cxx-section>
102102

103-
<cxx-section id="parallel.alg.defns">
104-
<h1><del>Definitions</del></h1>
105-
106-
<del>
107-
<p>
108-
Define <code><em>GENERALIZED_SUM</em>(op, a1, ..., aN)</code> as follows:
109-
110-
<ul>
111-
<li><code>a1</code> when <code>N</code> is <code>1</code></li>
112-
113-
<li>
114-
<code>op(<em>GENERALIZED_SUM</em>(op, b1, ..., bK)</code>, <code><em>GENERALIZED_SUM</em>(op, bM, ..., bN))</code> where
115-
116-
<ul>
117-
<li><code>b1, ..., bN</code> may be any permutation of <code>a1, ..., aN</code> and</li>
118-
119-
<li><code>1 &lt; K+1 = M &le; N</code>.</li>
120-
</ul>
121-
</li>
122-
</ul>
123-
</p>
124-
</del>
125-
126-
<del>
127-
<p>
128-
Define <code><em>GENERALIZED_NONCOMMUTATIVE_SUM</em>(op, a1, ..., aN)</code> as follows:
129-
130-
<ul>
131-
<li><code>a1</code> when <code>N</code> is <code>1</code></li>
132-
133-
<li>
134-
<code>op(<em>GENERALIZED_NONCOMMUTATIVE_SUM</em>(op, a1, ..., aK), <em>GENERALIZED_NONCOMMUTATIVE_SUM</em>(op, aM, </code><br>
135-
<code>..., aN)</code> where <code>1 &lt; K+1 = M &le; N</code>.
136-
</li>
137-
</ul>
138-
</p>
139-
</del>
140-
</cxx-section>
141-
142103
<cxx-section id="parallel.alg.ops">
143104
<h1>Non-Numeric Parallel Algorithms</h1>
144105

0 commit comments

Comments
 (0)