Symeig ====== Computes eigenvalues and eigenvectors of a real symmetric matrix (Deprecated). **Abstract Signature:** ``Symeig(input: Tensor, eigenvectors: bool = False, upper: bool = True)`` .. raw:: html

PyTorch

API: torch.symeig
Strategy: Direct Mapping

JAX (Core)

API: jax.scipy.linalg.eigh
Strategy: Direct Mapping

NumPy

API: numpy.linalg.eigh
Strategy: Direct Mapping