Skip to content

Commit a6e4d8d

Browse files
committed
linalg : 例で#include <complex>を追加 (#1233)
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
1 parent 048b96e commit a6e4d8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

reference/linalg/hermitian_matrix_rank_1_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ $O((\verb|x.extent(0)|)^2)$
9797
9898
```cpp example
9999
#include <array>
100+
#include <complex>
100101
#include <iostream>
101102
#include <linalg>
102103
#include <mdspan>

reference/linalg/hermitian_matrix_rank_2_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ $O(\verb|x.extent(0)| \times \verb|y.extent(0)|)$
7171
7272
```cpp example
7373
#include <array>
74+
#include <complex>
7475
#include <iostream>
7576
#include <linalg>
7677
#include <mdspan>

0 commit comments

Comments
 (0)