Reduction operation that returns the minimal element. This operation reduces the dimensionality of the data: a matrix becomes a vector (minimum of each column), and a vector becomes a scalar (minimum of all elements). See the Julia documentation for details.