33 #include "../typeManipulation.hpp"
std::enable_if_t< internal::canExportToNumpy< T >, PyObject *> create(T &value)
Create a NumPy 1D array of length 1 containing the scalar value.
Definition: numpyHelpers.hpp:147
IS_VALID_EXPRESSION(CanCreate, T, LvArray::python::create(std::declval< T & >()))
Expands to a static constexpr template bool.
The top level namespace.
Definition: Array.hpp:24
bool addPyLvArrayModule(PyObject *module)
add the pylvarray module, which defines all of the pylvarray classes, to a module.