Ops.mlx.Rd
Arithmetic and comparison operators for MLX arrays
# S3 method for class 'mlx' Ops(e1, e2 = NULL)
First operand (mlx or numeric)
Second operand (mlx or numeric)
An mlx object
mlx.core.array
if (FALSE) { # \dontrun{ x <- as_mlx(matrix(1:4, 2, 2)) y <- as_mlx(matrix(5:8, 2, 2)) x + y x < y } # }