Skip to content

Commit ba76674

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 195dbbe commit ba76674

File tree

3 files changed

+36
-95
lines changed

3 files changed

+36
-95
lines changed

reference/linalg/sum_of_squares_result.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-17T09:07:07">
192-
2024年06月17日 09時07分07秒
191+
<span itemprop="datePublished" content="2024-06-22T06:18:55">
192+
2024年06月22日 06時18分55秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -224,8 +224,6 @@
224224
</p>
225225
<h2>概要</h2>
226226
<p>スケールされた、ベクトルの成分の2乗和の結果を表すクラス。詳しくは、<code><a href="vector_sum_of_squares.html">vector_sum_of_squares</a></code>にて。</p>
227-
<h2></h2>
228-
<h3>出力</h3>
229227
<h2>バージョン</h2>
230228
<h3>言語</h3>
231229
<ul>

rss.xml

Lines changed: 33 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,41 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-06-22T03:47:50.499490</updated>
6-
<id>0d98287b-3fe0-41d7-a9c3-71bcc8ce965e</id>
5+
<updated>2024-06-22T06:22:41.331688</updated>
6+
<id>5a3a5e64-70d1-4008-a43a-504321b65e6a</id>
77

88

9+
<entry>
10+
<title>sum_of_squares_result -- linalg : sum_of_squares_resultの例を削除 (#1233)</title>
11+
<link href="https://cpprefjp.github.io/reference/linalg/sum_of_squares_result.html"/>
12+
<id>d565808f5f5213124bd43cbf2633eea9ae271e4f:reference/linalg/sum_of_squares_result.md</id>
13+
<updated>2024-06-22T15:18:55+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/sum_of_squares_result.md b/reference/linalg/sum_of_squares_result.md
16+
index 97b3a17ba..bd42246a4 100644
17+
--- a/reference/linalg/sum_of_squares_result.md
18+
+++ b/reference/linalg/sum_of_squares_result.md
19+
@@ -19,12 +19,6 @@ namespace std::linalg {
20+
スケールされた、ベクトルの成分の2乗和の結果を表すクラス。詳しくは、[`vector_sum_of_squares`](vector_sum_of_squares.md)にて。
21+
22+
23+
-## 例
24+
-
25+
-
26+
-### 出力
27+
-
28+
-
29+
## バージョン
30+
### 言語
31+
- C++26
32+
&lt;/code&gt;&lt;/pre&gt;</summary>
33+
34+
<author>
35+
<name>Yuya Asano</name>
36+
<email>64895419+sukeya@users.noreply.github.com</email>
37+
</author>
38+
</entry>
39+
940
<entry>
1041
<title>linalg -- linalg : matrix_one_normを追加 (#1233)</title>
1142
<link href="https://cpprefjp.github.io/reference/linalg.html"/>
@@ -1401,92 +1432,4 @@ index 000000000..ff80a90a5
14011432
</author>
14021433
</entry>
14031434

1404-
<entry>
1405-
<title>vector_abs_sum -- linalg : 例のarrayの初期化を修正(#1233)</title>
1406-
<link href="https://cpprefjp.github.io/reference/linalg/vector_abs_sum.html"/>
1407-
<id>e02d8afc3cb9d94bd70430b42671aa460080dcad:reference/linalg/vector_abs_sum.md</id>
1408-
<updated>2024-06-21T14:34:15+09:00</updated>
1409-
1410-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/vector_abs_sum.md b/reference/linalg/vector_abs_sum.md
1411-
index 5bfcedf83..efb733751 100644
1412-
--- a/reference/linalg/vector_abs_sum.md
1413-
+++ b/reference/linalg/vector_abs_sum.md
1414-
@@ -85,7 +85,7 @@ int main()
1415-
{
1416-
constexpr size_t N = 4;
1417-
1418-
- std::array&amp;lt;double, N&amp;gt; vec(N);
1419-
+ std::array&amp;lt;double, N&amp;gt; vec;
1420-
1421-
std::mdspan v(vec.data(), N);
1422-
1423-
&lt;/code&gt;&lt;/pre&gt;</summary>
1424-
1425-
<author>
1426-
<name>Yuya Asano</name>
1427-
<email>64895419+sukeya@users.noreply.github.com</email>
1428-
</author>
1429-
</entry>
1430-
1431-
<entry>
1432-
<title>vector_abs_sum -- linalg : 例のarrayの初期化を修正(#1233)</title>
1433-
<link href="https://cpprefjp.github.io/reference/linalg/vector_idx_abs_max.html"/>
1434-
<id>e02d8afc3cb9d94bd70430b42671aa460080dcad:reference/linalg/vector_idx_abs_max.md</id>
1435-
<updated>2024-06-21T14:34:15+09:00</updated>
1436-
1437-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/vector_idx_abs_max.md b/reference/linalg/vector_idx_abs_max.md
1438-
index 75efd86b5..a7e1c80b3 100644
1439-
--- a/reference/linalg/vector_idx_abs_max.md
1440-
+++ b/reference/linalg/vector_idx_abs_max.md
1441-
@@ -58,7 +58,7 @@ int main()
1442-
{
1443-
constexpr size_t N = 4;
1444-
1445-
- std::array&amp;lt;double, N&amp;gt; vec(N);
1446-
+ std::array&amp;lt;double, N&amp;gt; vec;
1447-
1448-
std::mdspan v(vec.data(), N);
1449-
1450-
&lt;/code&gt;&lt;/pre&gt;</summary>
1451-
1452-
<author>
1453-
<name>Yuya Asano</name>
1454-
<email>64895419+sukeya@users.noreply.github.com</email>
1455-
</author>
1456-
</entry>
1457-
1458-
<entry>
1459-
<title>vector_two_norm -- linalg : 例のarrayの初期化を修正(#1233)</title>
1460-
<link href="https://cpprefjp.github.io/reference/linalg/vector_two_norm.html"/>
1461-
<id>e02d8afc3cb9d94bd70430b42671aa460080dcad:reference/linalg/vector_two_norm.md</id>
1462-
<updated>2024-06-21T14:34:15+09:00</updated>
1463-
1464-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/vector_two_norm.md b/reference/linalg/vector_two_norm.md
1465-
index 2da40436c..5cc9d1a7f 100644
1466-
--- a/reference/linalg/vector_two_norm.md
1467-
+++ b/reference/linalg/vector_two_norm.md
1468-
@@ -77,11 +77,13 @@ int main()
1469-
{
1470-
constexpr size_t N = 4;
1471-
1472-
- std::array&amp;lt;double, N&amp;gt; vec(N);
1473-
+ std::array&amp;lt;double, N&amp;gt; vec;
1474-
1475-
std::mdspan v(vec.data(), N);
1476-
1477-
- for(int i = 0; i &amp;lt; v.extent(0); ++i) v(i) = std::pow(-1.0, i) / (i + 1);
1478-
+ for(int i = 0; i &amp;lt; v.extent(0); ++i) {
1479-
+ v(i) = std::pow(-1.0, i) / (i + 1);
1480-
+ }
1481-
1482-
std::cout &amp;lt;&amp;lt; std::linalg::vector_two_norm(v, 1.0 / 5) &amp;lt;&amp;lt; &amp;#39;\n&amp;#39; // (1)
1483-
&amp;lt;&amp;lt; std::linalg::vector_two_norm(std::execution::par, v, 1.0 / 5) &amp;lt;&amp;lt; &amp;#39;\n&amp;#39; // (2)
1484-
&lt;/code&gt;&lt;/pre&gt;</summary>
1485-
1486-
<author>
1487-
<name>Yuya Asano</name>
1488-
<email>64895419+sukeya@users.noreply.github.com</email>
1489-
</author>
1490-
</entry>
1491-
14921435
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@
26282628

26292629
<url>
26302630
<loc>https://cpprefjp.github.io/reference/linalg/sum_of_squares_result.html</loc>
2631-
<lastmod>2024-06-17T18:07:07+09:00</lastmod>
2631+
<lastmod>2024-06-22T15:18:55+09:00</lastmod>
26322632
<changefreq>daily</changefreq>
26332633
<priority>0.7</priority>
26342634
</url>

0 commit comments

Comments
 (0)