symEig

abstract fun StructureND<T>.symEig(): Pair<Tensor<T>, Tensor<T>>

Returns eigenvalues and eigenvectors of a real symmetric matrix input or a batch of real symmetric matrices, represented by a pair eigenvalues to eigenvectors. For more information: https://pytorch.org/docs/stable/generated/torch.symeig.html

Receiver

the input.

Return

a pair eigenvalues to eigenvectors

Sources

Link copied to clipboard