#include <boost/numpy.hpp>
Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (shapes_mod) | |
np::ndarray | reshape (np::ndarray old_array, p::tuple shape) |
BOOST_PYTHON_MODULE | ( | shapes_mod | ) |
Definition at line 17 of file shapes_mod.cpp.
np::ndarray reshape | ( | np::ndarray | old_array, |
p::tuple | shape | ||
) |
Definition at line 11 of file shapes_mod.cpp.