get
Retrieves an element at the specified multidimensional indices.
This operator function allows accessing elements using bracket notation with variable number of indices, supporting tensors of any dimensionality.
Return
the element of type T at the specified indices
Parameters
indices
the coordinates to access the element at each dimension
Throws
if any index is out of bounds