Skip to content

Commit 384a0e6

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 40de3bf commit 384a0e6

36 files changed

+3227
-8772
lines changed

reference/linalg.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-07-09T06:50:42">
180-
2024年07月09日 06時50分42秒
179+
<span itemprop="datePublished" content="2024-07-10T05:51:42">
180+
2024年07月10日 05時51分42秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -295,7 +295,7 @@ <h2>BLASの要件</h2>
295295
</tr>
296296
<tr>
297297
<td><code>DiagonalStorage</code></td>
298-
<td><code>implicit_unit_diagonal_t</code>または<code>implicit_unit_diagonal_t</code></td>
298+
<td><code>implicit_unit_diagonal_t</code>または<code>explicit_diagonal_t</code></td>
299299
</tr>
300300
</tbody>
301301
</table>
@@ -490,7 +490,7 @@ <h2>BLAS 3アルゴリズム</h2>
490490
<td>C++26</td>
491491
</tr>
492492
<tr>
493-
<td><code>triangular_matrix_product</code></td>
493+
<td><code><a href="linalg/triangular_matrix_product.html">triangular_matrix_product</a></code></td>
494494
<td>xTRMM: 三角行列と行列の積を求める (function template)</td>
495495
<td>C++26</td>
496496
</tr>

reference/linalg/add.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208-
2024年06月25日 03時51分33秒
207+
<span itemprop="datePublished" content="2024-07-10T06:46:47">
208+
2024年07月10日 06時46分47秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -261,9 +261,9 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数であればオーバー
261261
</li>
262262
</ul>
263263
<h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
264-
<p>行列またはベクトルの<code>x</code><code>y</code><code>z</code>の各次元の静的要素数が同じであること。</p>
265264
<ul>
266-
<li><code><a href="possibly-addable.html">possibly-addable</a>&lt;InObj1, InObj2, OutObj&gt;() == true</code></li>
265+
<li>(1), (2): <code><a href="possibly-addable.html">possibly-addable</a>&lt;InObj1, InObj2, OutObj&gt;()</code><code>true</code> (行列またはベクトルの<code>x</code><code>y</code><code>z</code>の各次元の静的要素数が同じ)</li>
266+
<li>(2): <code><a href="../execution/is_execution_policy.html">is_execution_policy</a>&lt;ExecutionPolicy&gt;::value</code><code>true</code></li>
267267
</ul>
268268
<h2>事前条件</h2>
269269
<p>行列またはベクトルの<code>x</code><code>y</code><code>z</code>の各次元が同じであること。</p>

reference/linalg/apply_givens_rotation.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208-
2024年06月25日 03時51分33秒
207+
<span itemprop="datePublished" content="2024-07-10T06:46:47">
208+
2024年07月10日 06時46分47秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -291,7 +291,10 @@ <h2>概要</h2>
291291
$$</p>
292292
<h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
293293
<ul>
294+
<li>共通:</li>
295+
<li><code>Real</code><code>complex&lt;Real&gt;</code>を規定できる型であること</li>
294296
<li><code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InOutVec1, InOutVec2&gt;(0,0) == true</code></li>
297+
<li>(2), (4): <code><a href="../execution/is_execution_policy.html">is_execution_policy</a>&lt;ExecutionPolicy&gt;::value</code><code>true</code></li>
295298
</ul>
296299
<h2>事前条件</h2>
297300
<ul>

reference/linalg/copy.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208-
2024年06月25日 03時51分33秒
207+
<span itemprop="datePublished" content="2024-07-10T06:46:47">
208+
2024年07月10日 06時46分47秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -251,7 +251,8 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数であればオーバー
251251
- <code>x.rank() == y.rank()</code></p>
252252
<h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
253253
<ul>
254-
<li>0以上<code>x.rank()</code>未満の整数rに対して、<code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec, OutVec&gt;(r,r)</code><code>true</code></li>
254+
<li>(1), (2): 0以上<code>x.rank()</code>未満の整数rに対して、<code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec, OutVec&gt;(r,r)</code><code>true</code></li>
255+
<li>(2): <code><a href="../execution/is_execution_policy.html">is_execution_policy</a>&lt;ExecutionPolicy&gt;::value</code><code>true</code></li>
255256
</ul>
256257
<h2>事前条件</h2>
257258
<p><code>x</code><code>y</code>の各次元の要素数が等しくなければならない。

reference/linalg/dot.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-25T04:39:34">
208-
2024年06月25日 04時39分34秒
207+
<span itemprop="datePublished" content="2024-07-10T06:46:47">
208+
2024年07月10日 06時46分47秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -263,9 +263,10 @@
263263
<h2>概要</h2>
264264
<p>2つのベクトル<code>v1</code><code>v2</code>の内積を計算する。</p>
265265
<h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
266-
<p>2つのベクトルの静的な要素数が同じであること。</p>
267266
<ul>
268-
<li><code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec1, InVec2&gt;(0, 0) == true</code></li>
267+
<li>共通:</li>
268+
<li><code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec1, InVec2&gt;(0, 0)</code><code>true</code> (2つのベクトルの静的な要素数が同じ)</li>
269+
<li>(2), (4): <code><a href="../execution/is_execution_policy.html">is_execution_policy</a>&lt;ExecutionPolicy&gt;::value</code><code>true</code></li>
269270
</ul>
270271
<h2>事前条件</h2>
271272
<p>2つのベクトルの次元が同じであること。</p>

reference/linalg/dotc.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-25T04:39:34">
208-
2024年06月25日 04時39分34秒
207+
<span itemprop="datePublished" content="2024-07-10T06:46:47">
208+
2024年07月10日 06時46分47秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -263,9 +263,10 @@
263263
<h2>概要</h2>
264264
<p>2つのベクトル<code>v1</code><code>v2</code>のエルミート内積を計算する。</p>
265265
<h2><a class="cpprefjp-defined-word" data-desc="満たさなければプログラムが不適格となる要件。`static_assert`や関数のdelete宣言などに相当する">適格要件</a></h2>
266-
<p>2つのベクトルの静的な要素数が同じであること。</p>
267266
<ul>
268-
<li><code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec1, InVec2&gt;(0, 0) == true</code></li>
267+
<li>共通:</li>
268+
<li><code><a href="compatible-static-extents.html">compatible-static-extents</a>&lt;InVec1, InVec2&gt;(0, 0)</code><code>true</code> (2つのベクトルの静的な要素数が同じ)</li>
269+
<li>(2), (4): <code><a href="../execution/is_execution_policy.html">is_execution_policy</a>&lt;ExecutionPolicy&gt;::value</code><code>true</code></li>
269270
</ul>
270271
<h2>事前条件</h2>
271272
<p>2つのベクトルの次元が同じであること。</p>

0 commit comments

Comments
 (0)