You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are the eigenvectors from LinearAlgebra.eigen normalised? Specifically, does the method eigen(A; permute::Bool=true, scale::Bool=true, sortby) -> Eigen return eigenvectors which have unit magnitude? If so, please say this in the documentation.
The text was updated successfully, but these errors were encountered:
Are the eigenvectors from
LinearAlgebra.eigen
normalised? Specifically, does the methodeigen(A; permute::Bool=true, scale::Bool=true, sortby) -> Eigen
return eigenvectors which have unit magnitude? If so, please say this in the documentation.The text was updated successfully, but these errors were encountered: