mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
17 lines
174 B
C++
17 lines
174 B
C++
#define BOOST_NUMPY_INTERNAL_MAIN
|
|
#include <boost/numpy/internal.hpp>
|
|
|
|
namespace boost
|
|
{
|
|
namespace numpy
|
|
{
|
|
|
|
void initialize()
|
|
{
|
|
import_array();
|
|
import_ufunc();
|
|
}
|
|
|
|
}
|
|
}
|