max method

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

Get the maximum value of a matrix.

Implementation

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