mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Rename (and move) boost.python.numpy to boost.numpy.
This commit is contained in:
16
libs/numpy/src/numpy.cpp
Normal file
16
libs/numpy/src/numpy.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#define BOOST_NUMPY_INTERNAL_MAIN
|
||||
#include <boost/numpy/internal.hpp>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
namespace numpy
|
||||
{
|
||||
|
||||
void initialize()
|
||||
{
|
||||
import_array();
|
||||
import_ufunc();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user