t-sakashita / rokko

Integrated Interface for libraries of eigenvalue decomposition
Boost Software License 1.0
10 stars 2 forks source link

std::arrayをstd::tupleに変換する関数を作る #614

Closed t-sakashita closed 1 month ago

t-sakashita commented 1 month ago

この変換は、以前は自動で行われたが、最近のコンパイラではエラーとなる。

参考:逆の変換を行うのは、utility/tuple_to_array.hpp

t-sakashita commented 1 month ago

std::tuple_catを用いる。 https://en.cppreference.com/w/cpp/utility/tuple/tuple_cat

t-sakashita commented 1 month ago

146871f5c131dee0e924cdd0b6fe1c2f78d579c9