Skip to content

Commit

Permalink
fix a title.
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Asano <[email protected]>
  • Loading branch information
sukeya committed Nov 14, 2024
1 parent fdf7f0c commit 5b808f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/articles/make-reshaped-matrix-iterator-contiguous.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 行優先行列を行優先でベクトルに変換する時、イテレータを`std::contiguous_iterator`にする方法
# `Eigen`で行優先の行列を行優先のベクトルに変換する時、ベクトルのイテレータを`std::contiguous_iterator`にする方法

この記事は私が`Eigen`に立てた[イシュー](https://gitlab.com/libeigen/eigen/-/issues/2840)が解決される見込みがないので、埋もれる前に残しておくつもりで書きました。

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nav:
- 'Alembicの使い方': ./articles/how-to-use-alembic.md
- 'perf_event_paranoidを変更できない時の対処法': ./articles/cannot-change-perf-event-paranoid.md
- 'gdbでのスタックトレースの自動取得': ./articles/gdb-get-stacktrace.md
- '行優先行列を行優先でベクトルに変換する時、イテレータを`std::contiguous_iterator`にする方法': ./articles/make-reshaped-matrix-iterator-contiguous.md
- '`Eigen`で行優先の行列を行優先のベクトルに変換する時、ベクトルのイテレータを`std::contiguous_iterator`にする方法': ./articles/make-reshaped-matrix-iterator-contiguous.md
- 'CUDAプログラミングガイド 日本語解説': /cuda_programming_guide_jp/
not_in_nav: |
thrust.md
Expand Down

0 comments on commit 5b808f7

Please sign in to comment.