mlx_maximum.Rd
Elementwise maximum of two mlx arrays
mlx_maximum(x, y)
mlx arrays or objects coercible with as_mlx().
as_mlx()
An mlx array containing the elementwise maximum.
mlx.core.maximum
if (FALSE) { # \dontrun{ mlx_maximum(1:3, c(3, 2, 1)) } # }