Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numpy |
namespace | boost::python |
namespace | boost::python::converter |
Defines | |
#define | BOOST_NUMPY_INTERNAL |
Functions | |
multi_iter | boost::numpy::make_multi_iter (python::object const &a1) |
Construct a multi_iter over a single sequence or scalar object. | |
multi_iter | boost::numpy::make_multi_iter (python::object const &a1, python::object const &a2) |
Construct a multi_iter by broadcasting two objects. | |
multi_iter | boost::numpy::make_multi_iter (python::object const &a1, python::object const &a2, python::object const &a3) |
Construct a multi_iter by broadcasting three objects. |
#define BOOST_NUMPY_INTERNAL |
Definition at line 6 of file src/ufunc.cpp.