|
libnpy 2.0.0
Lightweight C++ library for reading and writing NPY and NPZ files
|

Files | |
| npy.h | |
| Definitions for reading and writing NPY and NPZ files The libnpy library provides a means to read and write NPY and NPY files from C++. methods for reading and writing the numpy lib (NPY) format. The implementation is based upon the description available at: https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.format.html The NPZ implementation draws heavily from the PKZIP Application note: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT. | |