Eigenvalues of mlx arrays
Examples
x <- mlx_matrix(c(3, 1, 0, 2), 2, 2)
mlx_eigvals(x)
#> mlx array [2]
#> dtype: complex64
#> device: gpu
#> values:
#> [1] 3+0i 2+0i
Eigenvalues of mlx arrays
x <- mlx_matrix(c(3, 1, 0, 2), 2, 2)
mlx_eigvals(x)
#> mlx array [2]
#> dtype: complex64
#> device: gpu
#> values:
#> [1] 3+0i 2+0i