• Bruce Merry's avatar
    Support arrays inside PYBIND11_NUMPY_DTYPE (#832) · 8e0d832c
    Bruce Merry authored
    Resolves #800.
    
    Both C++ arrays and std::array are supported, including mixtures like
    std::array<int, 2>[4]. In a multi-dimensional array of char, the last
    dimension is used to construct a numpy string type.
    8e0d832c
numpy.rst 14.1 KB