grapes-times-grapes-.mlx.Rd
Matrix multiplication for MLX arrays
# S3 method for class 'mlx' x %*% y
numeric or complex matrices or vectors.
An mlx object
mlx.core.matmul
if (FALSE) { # \dontrun{ x <- as_mlx(matrix(1:6, 2, 3)) y <- as_mlx(matrix(1:6, 3, 2)) x %*% y } # }