dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nc::load can support dict , complex....???

wahjrzd opened this issue · comments

use python write a npy file, data like this
a = {'a': np.array([[1,2],[2,3]], dtype=np.complex)} np.save('a.npy',a)

i can use nc::load a.npy?

No that will not work.

ok, 栓q