maxabs(A,dims)
maxabs(A, dims)
Compute the maximum absolute values over given dimensions.
Examples
julia> maxabs([-3,-11])
11
julia> maxabs([3,11])
11
See Also
cummax, eigmax, findmax, hist, hist!, hist2d, hist2d!, histrange, indmax, maxabs, maxabs!, maximum!, mean, mean!, median, median!, minabs, minabs!, minimum!, minmax, quantile!, realmax, std, stdm,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.