dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.52k stars 547 forks source link

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

Closed wahjrzd closed 2 years ago

wahjrzd commented 2 years ago

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?

dpilger26 commented 2 years ago

No that will not work.

wahjrzd commented 2 years ago

ok, 栓q