Skip to content

Commit c3ec667

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent b45745e commit c3ec667

24 files changed

+2022
-382
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mf">1F</span><span class="n">NYcdpqnrPUZVNOAmECUSqrtiMtVVvzz</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/linalg.html

Lines changed: 3 additions & 3 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-06-23T04:36:57">
180-
2024年06月23日 04時36分57秒
179+
<span itemprop="datePublished" content="2024-06-25T03:50:24">
180+
2024年06月25日 03時50分24秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -408,7 +408,7 @@ <h2>BLAS 2アルゴリズム</h2>
408408
</thead>
409409
<tbody>
410410
<tr>
411-
<td><code>matrix_vector_product</code></td>
411+
<td><code><a href="linalg/matrix_vector_product.html">matrix_vector_product</a></code></td>
412412
<td>xGEMV: 一般行列とベクトルの積を求める (function template)</td>
413413
<td>C++26</td>
414414
</tr>

reference/linalg/add.html

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

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-14T07:41:55">
208-
2024年06月14日 07時41分55秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
212-
<span itemprop="name">Akira Takahashi</span>
212+
<span itemprop="name">Yuya Asano</span>
213213
</span>
214214
が更新
215215
</small></p>
@@ -301,7 +301,7 @@ <h2>関連項目</h2>
301301
</ul>
302302
<h2>参照</h2>
303303
<ul>
304-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
304+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
305305
<li><code><a href="https://netlib.org/lapack/explore-html/d5/d4b/group__axpy_ga0b7bac1f4d42514074a48f14f5f9caa0.html#ga0b7bac1f4d42514074a48f14f5f9caa0" target="_blank">LAPACK: caxpy</a></code></li>
306306
</ul></div>
307307

reference/linalg/apply_givens_rotation.html

Lines changed: 3 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-01T07:31:18">
208-
2024年06月01日 07時31分18秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -329,7 +329,7 @@ <h2>関連項目</h2>
329329
</ul>
330330
<h2>参照</h2>
331331
<ul>
332-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
332+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
333333
<li><code><a href="https://netlib.org/lapack/explore-html/d1/d45/group__rot_ga25544801d45dcabdec7b24d863ebea9c.html#ga25544801d45dcabdec7b24d863ebea9c" target="_blank">LAPACK: crot</a></code></li>
334334
</ul></div>
335335

reference/linalg/copy.html

Lines changed: 3 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-01T10:29:46">
208-
2024年06月01日 10時29分46秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -285,7 +285,7 @@ <h2>関連項目</h2>
285285
</ul>
286286
<h2>参照</h2>
287287
<ul>
288-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
288+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
289289
<li><code><a href="https://netlib.org/lapack/explore-html/d5/d2b/group__copy_gab395a30db1137d3deabe520b8e73097d.html#gab395a30db1137d3deabe520b8e73097d" target="_blank">LAPACK: ccopy</a></code></li>
290290
</ul></div>
291291

reference/linalg/dot.html

Lines changed: 3 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-16T08:54:12">
208-
2024年06月16日 08時54分12秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -317,7 +317,7 @@ <h2>関連項目</h2>
317317
</ul>
318318
<h2>参照</h2>
319319
<ul>
320-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
320+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
321321
<li><code><a href="https://netlib.org/lapack/explore-html/d1/dcc/group__dot_ga2cce681b6aed3728b893a555b3bee55c.html#ga2cce681b6aed3728b893a555b3bee55c" target="_blank">LAPACK: cdotu</a></code></li>
322322
</ul></div>
323323

reference/linalg/dotc.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
</head>
8686
<body>
87-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;dotc&#34;]}">
87+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;6719b94525e139ccd7617e5ae12ce4472023613f&#34;, &#34;source&#34;: &#34;#include &lt;cmath&gt;\n#include &lt;complex&gt;\n#include &lt;execution&gt;\n#include &lt;iostream&gt;\n#include &lt;linalg&gt;\n#include &lt;mdspan&gt;\n#include &lt;numbers&gt;\n#include &lt;vector&gt;\n\nint main()\n{\n constexpr size_t N = 4;\n\n std::vector&lt;std::complex&lt;double&gt;&gt; a_vec(N);\n std::mdspan a(a_vec.data(), N);\n\n for(int i = 0; i &lt; a.extent(0); ++i) {\n auto sign = i % 2 == 0 ? 1.0 : -1.0;\n a[i].real(sign / (2 * i + 1));\n a[i].imag(-sign / (2 * (i + 1)));\n }\n\n std::vector&lt;std::complex&lt;double&gt;&gt; b_vec(a_vec);\n std::mdspan b(b_vec.data(), N);\n\n std::cout &lt;&lt; std::linalg::dotc(a, b, std::complex&lt;double&gt;(-std::numbers::pi * std::numbers::pi / 6, 0)) &lt;&lt; &#39;\\n&#39; // (1)\n &lt;&lt; std::linalg::dotc(std::execution::par, a, b, std::complex&lt;double&gt;(-std::numbers::pi * std::numbers::pi / 6, 0)) &lt;&lt; &#39;\\n&#39; // (2)\n &lt;&lt; std::linalg::dotc(a, b) &lt;&lt; &#39;\\n&#39; // (3)\n &lt;&lt; std::linalg::dotc(std::execution::par, a, b) &lt;&lt; &#39;\\n&#39;; // (4)\n\n return 0;\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;dotc&#34;]}">
8888
<nav class="navbar navbar-default" role="navigation">
8989
<div class="container-fluid">
9090
<div class="navbar-header">
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-23T05:30:38">
208-
2024年06月23日 05時30分38秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -295,7 +295,7 @@ <h2>戻り値</h2>
295295
</ul>
296296
<h2></h2>
297297
<p><strong>[注意] 処理系にあるコンパイラで確認していないため、間違っているかもしれません。</strong></p>
298-
<p><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../cmath.html">&lt;cmath&gt;</a></span><span class="cp"></span>
298+
<p><div class="yata" id="6719b94525e139ccd7617e5ae12ce4472023613f"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../cmath.html">&lt;cmath&gt;</a></span><span class="cp"></span>
299299
<span class="cp">#include</span> <span class="cpf"><a href="../complex.html">&lt;complex&gt;</a></span><span class="cp"></span>
300300
<span class="cp">#include</span> <span class="cpf"><a href="../execution.html">&lt;execution&gt;</a></span><span class="cp"></span>
301301
<span class="cp">#include</span> <span class="cpf"><a href="../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>
@@ -328,7 +328,7 @@ <h2>例</h2>
328328
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
329329
<span class="p">}</span>
330330
</code></pre></div>
331-
</p>
331+
</div></p>
332332
<h3>出力</h3>
333333
<p><pre><code>(-0.117512,-4.62593e-19)
334334
(-0.117512,0)
@@ -355,7 +355,7 @@ <h2>関連項目</h2>
355355
</ul>
356356
<h2>参照</h2>
357357
<ul>
358-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
358+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
359359
<li><code><a href="https://netlib.org/lapack/explore-html/d1/dcc/group__dot_ga5c189335a4e6130a2206c190579b1571.html#ga5c189335a4e6130a2206c190579b1571" target="_blank">LAPACK: cdotc</a></code></li>
360360
</ul></div>
361361

reference/linalg/matrix_frob_norm.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
</head>
8686
<body>
87-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;matrix_frob_norm&#34;]}">
87+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;67605ae718eff051e4325746e1b2dba59f67167c&#34;, &#34;source&#34;: &#34;#include &lt;array&gt;\n#include &lt;cmath&gt;\n#include &lt;execution&gt;\n#include &lt;iostream&gt;\n#include &lt;linalg&gt;\n#include &lt;mdspan&gt;\n\nint main()\n{\n constexpr size_t M = 4;\n constexpr size_t N = 4;\n\n std::array&lt;double, M * N&gt; mat;\n\n std::mdspan A(mat.data(), M, N);\n\n for(int i = 0; i &lt; A.extent(0); ++i) {\n for(int j = 0; j &lt; A.extent(1); ++j) {\n A[i,j] = ((i + j) % 2 == 0 ? 1.0 : -1.0) / (i * A.extent(1) + j + 1);\n }\n }\n\n std::cout &lt;&lt; std::linalg::matrix_frob_norm(A, 1.0 / (M * N + 1)) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_frob_norm(std::execution::par, A, 1.0 / (M * N + 1)) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_frob_norm(A) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_frob_norm(std::execution::par, A) &lt;&lt; &#39;\\n&#39;;\n\n return 0;\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;matrix_frob_norm&#34;]}">
8888
<nav class="navbar navbar-default" role="navigation">
8989
<div class="container-fluid">
9090
<div class="navbar-header">
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-23T05:33:24">
208-
2024年06月23日 05時33分24秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -285,7 +285,7 @@ <h2>備考</h2>
285285
</ul>
286286
<h2></h2>
287287
<p><strong>[注意] 処理系にあるコンパイラで確認していないため、間違っているかもしれません。</strong></p>
288-
<p><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../array.html">&lt;array&gt;</a></span><span class="cp"></span>
288+
<p><div class="yata" id="67605ae718eff051e4325746e1b2dba59f67167c"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../array.html">&lt;array&gt;</a></span><span class="cp"></span>
289289
<span class="cp">#include</span> <span class="cpf"><a href="../cmath.html">&lt;cmath&gt;</a></span><span class="cp"></span>
290290
<span class="cp">#include</span> <span class="cpf"><a href="../execution.html">&lt;execution&gt;</a></span><span class="cp"></span>
291291
<span class="cp">#include</span> <span class="cpf"><a href="../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>
@@ -315,7 +315,7 @@ <h2>例</h2>
315315
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
316316
<span class="p">}</span>
317317
</code></pre></div>
318-
</p>
318+
</div></p>
319319
<h3>出力</h3>
320320
<p><pre><code>1.58781
321321
1.58781
@@ -341,7 +341,7 @@ <h2>関連項目</h2>
341341
</ul>
342342
<h2>参照</h2>
343343
<ul>
344-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
344+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
345345
</ul></div>
346346

347347
</div>

reference/linalg/matrix_inf_norm.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
</head>
8686
<body>
87-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;matrix_inf_norm&#34;]}">
87+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;linalg&#34;], &#34;id-type&#34;: [&#34;function template&#34;], &#34;namespace&#34;: [&#34;std::linalg&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;6cec17fdf4b7e40b07f852ec2573219309bb2e70&#34;, &#34;source&#34;: &#34;#include &lt;array&gt;\n#include &lt;cmath&gt;\n#include &lt;execution&gt;\n#include &lt;iostream&gt;\n#include &lt;linalg&gt;\n#include &lt;mdspan&gt;\n\nint main()\n{\n constexpr size_t M = 4;\n constexpr size_t N = 4;\n\n std::array&lt;double, M * N&gt; mat;\n\n std::mdspan A(mat.data(), M, N);\n\n for(int i = 0; i &lt; A.extent(0); ++i) {\n for(int j = 0; j &lt; A.extent(1); ++j) {\n A[i,j] = ((i + j) % 2 == 0 ? 1.0 : -1.0) / (i * A.extent(1) + j + 1);\n }\n }\n\n std::cout &lt;&lt; std::linalg::matrix_inf_norm(A, -1.0 / 3) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_inf_norm(std::execution::par, A, -1.0 / 3) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_inf_norm(A) &lt;&lt; &#39;\\n&#39;\n &lt;&lt; std::linalg::matrix_inf_norm(std::execution::par, A) &lt;&lt; &#39;\\n&#39;;\n\n return 0;\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;linalg&#34;, &#34;matrix_inf_norm&#34;]}">
8888
<nav class="navbar navbar-default" role="navigation">
8989
<div class="container-fluid">
9090
<div class="navbar-header">
@@ -204,8 +204,8 @@
204204

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2024-06-23T05:33:24">
208-
2024年06月23日 05時33分24秒
207+
<span itemprop="datePublished" content="2024-06-25T03:51:33">
208+
2024年06月25日 03時51分33秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -287,7 +287,7 @@ <h2>備考</h2>
287287
</ul>
288288
<h2></h2>
289289
<p><strong>[注意] 処理系にあるコンパイラで確認していないため、間違っているかもしれません。</strong></p>
290-
<p><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../array.html">&lt;array&gt;</a></span><span class="cp"></span>
290+
<p><div class="yata" id="6cec17fdf4b7e40b07f852ec2573219309bb2e70"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../array.html">&lt;array&gt;</a></span><span class="cp"></span>
291291
<span class="cp">#include</span> <span class="cpf"><a href="../cmath.html">&lt;cmath&gt;</a></span><span class="cp"></span>
292292
<span class="cp">#include</span> <span class="cpf"><a href="../execution.html">&lt;execution&gt;</a></span><span class="cp"></span>
293293
<span class="cp">#include</span> <span class="cpf"><a href="../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>
@@ -317,7 +317,7 @@ <h2>例</h2>
317317
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
318318
<span class="p">}</span>
319319
</code></pre></div>
320-
</p>
320+
</div></p>
321321
<h3>出力</h3>
322322
<p><pre><code>1.75
323323
1.75
@@ -343,7 +343,7 @@ <h2>関連項目</h2>
343343
</ul>
344344
<h2>参照</h2>
345345
<ul>
346-
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf" target="_blank">P0788R3 Standard Library Specification in a Concepts and Contracts World</a></li>
346+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1673r13.html" target="_blank">P1673R13 A free function linear algebra interface based on the BLAS</a></li>
347347
</ul></div>
348348

349349
</div>

0 commit comments

Comments
 (0)