torch_eig {torch} | R Documentation |
Eig
Description
Eig
Arguments
self |
(Tensor) the square matrix of shape |
eigenvectors |
(bool) |
eig(input, eigenvectors=False, out=NULL) -> (Tensor, Tensor)
Computes the eigenvalues and eigenvectors of a real square matrix.
[Package torch version 0.13.0 Index]