2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<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 >
7
7
8
8
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" >< pre>< code> 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
+ < /code>< /pre> </summary >
33
+
34
+ <author >
35
+ <name >Yuya Asano</name >
36
+ <email >64895419+sukeya@users.noreply.github.com</email >
37
+ </author >
38
+ </entry >
39
+
9
40
<entry >
10
41
<title >linalg -- linalg : matrix_one_normを追加 (#1233)</title >
11
42
<link href =" https://cpprefjp.github.io/reference/linalg.html" />
@@ -1401,92 +1432,4 @@ index 000000000..ff80a90a5
1401
1432
</author >
1402
1433
</entry >
1403
1434
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" >< pre>< code> 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& lt;double, N& gt; vec(N);
1419
- + std::array& lt;double, N& gt; vec;
1420
-
1421
- std::mdspan v(vec.data(), N);
1422
-
1423
- < /code>< /pre> </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" >< pre>< code> 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& lt;double, N& gt; vec(N);
1446
- + std::array& lt;double, N& gt; vec;
1447
-
1448
- std::mdspan v(vec.data(), N);
1449
-
1450
- < /code>< /pre> </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" >< pre>< code> 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& lt;double, N& gt; vec(N);
1473
- + std::array& lt;double, N& gt; vec;
1474
-
1475
- std::mdspan v(vec.data(), N);
1476
-
1477
- - for(int i = 0; i & lt; v.extent(0); ++i) v(i) = std::pow(-1.0, i) / (i + 1);
1478
- + for(int i = 0; i & lt; v.extent(0); ++i) {
1479
- + v(i) = std::pow(-1.0, i) / (i + 1);
1480
- + }
1481
-
1482
- std::cout & lt;& lt; std::linalg::vector_two_norm(v, 1.0 / 5) & lt;& lt; & #39;\n& #39; // (1)
1483
- & lt;& lt; std::linalg::vector_two_norm(std::execution::par, v, 1.0 / 5) & lt;& lt; & #39;\n& #39; // (2)
1484
- < /code>< /pre> </summary >
1485
-
1486
- <author >
1487
- <name >Yuya Asano</name >
1488
- <email >64895419+sukeya@users.noreply.github.com</email >
1489
- </author >
1490
- </entry >
1491
-
1492
1435
</feed >
0 commit comments