Open mrzv opened 10 years ago
In Numpy, it's possible to create arrays of structures, e.g.: a = np.zeros((2,),dtype=('i4,i4,f8')) It would be great if one could read these into C/C++ with cnpy.
a = np.zeros((2,),dtype=('i4,i4,f8'))
In Numpy, it's possible to create arrays of structures, e.g.:
a = np.zeros((2,),dtype=('i4,i4,f8'))
It would be great if one could read these into C/C++ with cnpy.