data(Ix... ix) const | pybind11::detail::unchecked_reference< T, Dims > | inline |
data_ (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | protected |
dims_ (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | protected |
itemsize() | pybind11::detail::unchecked_reference< T, Dims > | inlinestatic |
mutable_data(Ix... ix) | pybind11::detail::unchecked_mutable_reference< T, Dims > | inline |
nbytes() const | pybind11::detail::unchecked_reference< T, Dims > | inline |
ndim() const | pybind11::detail::unchecked_reference< T, Dims > | inline |
operator()(Ix... index) | pybind11::detail::unchecked_mutable_reference< T, Dims > | inline |
pybind11::detail::unchecked_reference::operator()(Ix... index) const | pybind11::detail::unchecked_reference< T, Dims > | inline |
operator[](ssize_t index) | pybind11::detail::unchecked_mutable_reference< T, Dims > | inline |
pybind11::detail::unchecked_reference::operator[](ssize_t index) const | pybind11::detail::unchecked_reference< T, Dims > | inline |
pybind11::array (defined in pybind11::detail::unchecked_mutable_reference< T, Dims >) | pybind11::detail::unchecked_mutable_reference< T, Dims > | friend |
shape(ssize_t dim) const | pybind11::detail::unchecked_reference< T, Dims > | inline |
shape_ (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | protected |
size() const | pybind11::detail::unchecked_reference< T, Dims > | inline |
size() const (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | inline |
strides_ (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | protected |
unchecked_reference(const void *data, const ssize_t *shape, const ssize_t *strides, enable_if_t<!Dyn, ssize_t >) (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | inlineprotected |
unchecked_reference(const void *data, const ssize_t *shape, const ssize_t *strides, enable_if_t< Dyn, ssize_t > dims) (defined in pybind11::detail::unchecked_reference< T, Dims >) | pybind11::detail::unchecked_reference< T, Dims > | inlineprotected |