tf.linalg.eigvalsh

Computes the eigenvalues of one or more self-adjoint matrices.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.linalg.eigvalsh, tf.compat.v1.self_adjoint_eigvals

tensor Tensor of shape [..., N, N].
name string, optional name of the operation.

e Eigenvalues. Shape is [..., N]. The vector e[..., :] contains the N eigenvalues of tensor[..., :, :].