You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NumPy has a numpy.linalg.eigvals function, which is often used in real-life programs.
Please provide an equivalent of it for CuPy and name it cupy.linalg.eigvals.