Dimensions of the array
| 1142 | |
| 1143 | /// Dimensions of the array |
| 1144 | const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; } |
| 1145 | |
| 1146 | /// Dimension along a given axis |
| 1147 | ssize_t shape(ssize_t dim) const { |
no test coverage detected