get

abstract operator fun get(index: Int): T

Returns the value at index.

Note: Indexing takes place according to the initial data, so if you did any manipulations with the ndarray (ex. reshape), then get from the ndarray with the same index will return another value.