Returns a partial NDArray. @param index the section of this NDArray to return @return the partial NDArray
(NDIndex index)
| 600 | * @return the partial {@code NDArray} |
| 601 | */ |
| 602 | default NDArray get(NDIndex index) { |
| 603 | return get(getManager(), index); |
| 604 | } |
| 605 |
no outgoing calls