min method

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

Get the minimum value of a matrix.

Implementation

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