U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » UppHub » Added Npy library
Added Npy library [message #60765] Fri, 06 September 2024 08:25
koldo is currently offline  koldo
Messages: 3460
Registered: August 2008
Senior Veteran
.npy is the standard NumPy file format for saving arrays to disk with the full information about them. .npz is the standard format for persisting multiple NumPy arrays on disk. A .npz file is a zip file containing multiple .npy files, one for each array.

libnpy is a simple C++ library for reading and writing of NumPy's .npy files.

The Npy UppHub package is a basic C++ wrapper to read and write .npy/.npz file formats.
For ease of use, a simple example is included.


Best regards
IƱaki
Previous Topic: Anboto/Eigen. Added MultiDimensionalMatrix
Next Topic: Added MoorDyn library
Goto Forum:
  


Current Time: Thu Jun 11 13:09:22 GMT+2 2026

Total time taken to generate the page: 0.00590 seconds