symEig

abstract fun Tensor<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

Return

a pair eigenvalues to eigenvectors

Sources

common source
Link copied to clipboard