diff --git a/docs/articles/make-reshaped-matrix-iterator-contiguous.md b/docs/articles/make-reshaped-matrix-iterator-contiguous.md index 0c47806..35c1a66 100644 --- a/docs/articles/make-reshaped-matrix-iterator-contiguous.md +++ b/docs/articles/make-reshaped-matrix-iterator-contiguous.md @@ -1,4 +1,4 @@ -# 行優先行列を行優先でベクトルに変換する時、イテレータを`std::contiguous_iterator`にする方法 +# `Eigen`で行優先の行列を行優先のベクトルに変換する時、ベクトルのイテレータを`std::contiguous_iterator`にする方法 この記事は私が`Eigen`に立てた[イシュー](https://gitlab.com/libeigen/eigen/-/issues/2840)が解決される見込みがないので、埋もれる前に残しておくつもりで書きました。 diff --git a/mkdocs.yml b/mkdocs.yml index 8c2f344..752b0bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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