maximum(A,dims)
maximum(A, dims)
Compute the maximum value of an array over the given dimensions.
Examples
julia> maximum([2,4,5])
5
julia> maximum([2,-1,-3])
2
See Also
Array, broadcast, cat, combinations, conj!, digits!, fieldnames, fill, fill!, last, length, maximum, minimum, ones, parent, parentindexes, partitions, permutations, pointer, pointer_to_array, promote_shape, rand!, reshape, scale, similar, sum, sum_kbn, takebuf_array, transpose!, vec, zeros,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.