Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 386 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 386 Bytes

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.