/numpycpp

A c++ wrapper of the numpy c-api. Based on boost::python.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

numpycpp

This is a minimal c++ wrapper around numpy allowing for fast access to memory that contains the array elements. It depends on boost::python for reference counting and automatic type conversions.

Documentation can be found here http://dawelter.github.io/numpycpp/index.html

This work is published under the GNU General Public License.