ndarray / Boost.NumPy

Boost.Python interface for NumPy; now deprecated in factor of the version in Boost.Python itself.
Boost Software License 1.0
151 stars 73 forks source link

Is there any function that can save ndarray to file? #74

Open chouchou1988 opened 7 years ago

chouchou1988 commented 7 years ago

I want to save ndarray to file for use in python numpy, but I do not find any function that can save np::ndarray to file.