This operator returns a reference of the original array at a given coordinate. More...
This operator returns a reference of the original array at a given coordinate.
You can pass af::seq, af::array, or an int as it's parameters. These references can be used for assignment or returning references to af::array objects.
If the af::array is a multi-dimensional array then this coordinate will treated as the data as a linear array.