LinearAlgebra.jl
LinearAlgebra.jl copied to clipboard
Function to return any eigenvector
Sometimes it's useful to compute just a single eigenvector (e.g. by the power method), and any eigenvector will do, e.g. I have an irreducible Markov chain, where the eigenvector is unique. I couldn't find any functions for this; should we add one to LinearAlgebra?