t-sakashita / rokko

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

distriburted_matrixにおいて、numpyのようなデータ型の指定 #563

Open t-sakashita opened 4 years ago

t-sakashita commented 4 years ago

numpyのようなデータ型の指定が行えるか? そのためには、C++側で、pybind11を使う際に、numpyのパッケージをインポートする必要があるはず。

https://numpy.org/doc/stable/user/basics.types.html

現在は、以下のように、文字列での指定方法のみをサポートしている。