rogersce / cnpy

library to read/write .npy and .npz files in C/C++
MIT License
1.34k stars 301 forks source link

Add fortran_order field to NpyArray to allow loading of Fortran-ordered ... #5

Closed julienr closed 11 years ago

julienr commented 11 years ago

This adds a NpyArray field 'fortran_order' that indicates the array ordering.