Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Added Npy library
Added Npy library [message #60765] Fri, 06 September 2024 08:25
koldo is currently offline  koldo
Messages: 3437
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 12 15:10:15 CEST 2025

Total time taken to generate the page: 0.05130 seconds