Strides of the array
| 957 | |
| 958 | /// Strides of the array |
| 959 | const ssize_t *strides() const { return detail::array_proxy(m_ptr)->strides; } |
| 960 | |
| 961 | /// Stride along a given axis |
| 962 | ssize_t strides(ssize_t dim) const { |
nothing calls this directly
no test coverage detected