|
204 | 204 |
|
205 | 205 | <p class="text-right"><small>
|
206 | 206 | 最終更新日時(UTC):
|
207 |
| - <span itemprop="datePublished" content="2024-06-26T03:41:50"> |
208 |
| - 2024年06月26日 03時41分50秒 |
| 207 | + <span itemprop="datePublished" content="2024-06-27T05:13:41"> |
| 208 | + 2024年06月27日 05時13分41秒 |
209 | 209 | </span>
|
210 | 210 | <br/>
|
211 | 211 | <span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
@@ -289,15 +289,18 @@ <h2>概要</h2>
|
289 | 289 | </ul>
|
290 | 290 | <h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
|
291 | 291 | <ul>
|
292 |
| -<li>(1), (2), (3), (4): <code>InMat</code>が<code><a href="layout_blas_packed.html">layout_blas_packed</a></code>を持つなら、レイアウトの<code>Triangle</code>テンプレート引数とこの関数の<code>Triangle</code>テンプレート引数が同じ型</li> |
293 |
| -<li>(1), (2), (3), (4): <code><a href="compatible-static-extents.html">compatible-static-extents</a><decltype(A), decltype(A)>(0, 1)</code>が<code>true</code> (つまり<code>A</code>が正方行列であること)</li> |
294 |
| -<li>(1), (2), (3), (4): <code><a href="possibly-multipliable.html">possibly-multipliable</a><decltype(A), decltype(x), decltype(y)>()</code>が<code>true</code></li> |
| 292 | +<li>共通:</li> |
| 293 | +<li><code>Triangle</code>は<code><a href="upper_triangle_t.html">upper_triangle_t</a></code>または<code><a href="lower_triangle_t.html">lower_triangle_t</a></code></li> |
| 294 | +<li><code>InMat</code>が<code><a href="layout_blas_packed.html">layout_blas_packed</a></code>を持つなら、レイアウトの<code>Triangle</code>テンプレート引数とこの関数の<code>Triangle</code>テンプレート引数が同じ型</li> |
| 295 | +<li><code><a href="compatible-static-extents.html">compatible-static-extents</a><decltype(A), decltype(A)>(0, 1)</code>が<code>true</code> (つまり<code>A</code>が正方行列であること)</li> |
| 296 | +<li><code><a href="possibly-multipliable.html">possibly-multipliable</a><decltype(A), decltype(x), decltype(y)>()</code>が<code>true</code></li> |
295 | 297 | <li>(3), (4): <code><a href="possibly-addable.html">possibly-addable</a><decltype(x),decltype(y),decltype(z)>()</code>が<code>true</code></li>
|
296 | 298 | </ul>
|
297 | 299 | <h2>事前条件</h2>
|
298 | 300 | <ul>
|
299 |
| -<li>(1), (2), (3), (4): <code>A.extent(0) == A.extent(1)</code></li> |
300 |
| -<li>(1), (2), (3), (4): <code><a href="multipliable.html">multipliable</a>(A, x, y) == true</code></li> |
| 301 | +<li>共通:</li> |
| 302 | +<li><code>A.extent(0) == A.extent(1)</code></li> |
| 303 | +<li><code><a href="multipliable.html">multipliable</a>(A, x, y) == true</code></li> |
301 | 304 | <li>(3), (4): <code><a href="addable.html">addable</a>(x, y, z) == true</code></li>
|
302 | 305 | </ul>
|
303 | 306 | <h2>効果</h2>
|
@@ -427,6 +430,8 @@ <h2>関連項目</h2>
|
427 | 430 | <ul>
|
428 | 431 | <li><code><a href="../execution.html">execution</a></code></li>
|
429 | 432 | <li><code><a href="../mdspan.html">mdspan</a></code></li>
|
| 433 | +<li><code><a href="upper_triangle_t.html">upper_triangle_t</a></code></li> |
| 434 | +<li><code><a href="lower_triangle_t.html">lower_triangle_t</a></code></li> |
430 | 435 | </ul>
|
431 | 436 | <h2>参照</h2>
|
432 | 437 | <ul>
|
|
0 commit comments