Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FredStober/cpp2numpy
cpp2numpy is a C++ library to write numpy files
https://github.com/FredStober/cpp2numpy
c-plus-plus numpy
Last synced: about 2 months ago
JSON representation
cpp2numpy is a C++ library to write numpy files
- Host: GitHub
- URL: https://github.com/FredStober/cpp2numpy
- Owner: FredStober
- Created: 2015-02-10T14:17:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T14:22:28.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T20:07:23.654Z (9 months ago)
- Topics: c-plus-plus, numpy
- Language: C
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp2numpy
cpp2numpy is a C++ library to write [numpy](http://numpy.scipy.org numpy) files.
There are also tools included to convert [ROOT](http://root.cern.ch) histogram data into the numpy format, which can be read by [matplotlib](http://matplotlib.sourceforge.net) to produce beautiful plots.# Copyright
* Maintainer: [Fred Stober](http://www-ekp.physik.uni-karlsruhe.de/~stober/)
* Developer: Fred Stober, Jochen Ott
This package contains code written by [minizip](http://www.winimage.com/zLibDll/minizip.html) package by Gilles Vollant.