Returns the shape (i.e. size) of dimension `dim`
| 707 | |
| 708 | /// Returns the shape (i.e. size) of dimension `dim` |
| 709 | ssize_t shape(ssize_t dim) const { return shape_[(size_t) dim]; } |
| 710 | |
| 711 | /// Returns the number of dimensions of the array |
| 712 | ssize_t ndim() const { return dims_; } |
nothing calls this directly
no outgoing calls
no test coverage detected