LinearAlgebra.jl
LinearAlgebra.jl copied to clipboard
Are eigenvectors normalised?
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.