argmin method

Object argmin({
  1. int dim = -1,
})

Get the index of the minimum value of a matrix。

Implementation

Object argmin({int dim = -1}) => self.argmin(dim: dim);