Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
古いコードがあり、Numeric を使用しており、それを numpy に交換したいと考えていました。
以下を使用する C コードもあります。
#include <Numeric/arrayobject.h>
Numpyを使って同じことをしたいのですが、これを行う方法はありますか?