In python, indexing as array[-k]
is the same as array[N-k]
. This extends that behavior to the axes
argument.
On Monday, June 12, 2023, from 9.00 to 10.00 am there will be a maintenance with a short downtime of the GitLab service.
In python, indexing as array[-k]
is the same as array[N-k]
. This extends that behavior to the axes
argument.