How can I get the minimum eigenvalue of a sparse matrix?
I found eigmin(A), but it only seems to work on dense matrices.
ERROR: `eigmin` has no method matching
eigmin(::SparseMatrixCSC{Complex{Float64},Int64})- [julia-users] smallest eigenvalue of sparse matrix Andrei Berceanu
- [julia-users] Re: smallest eigenvalue of sparse mat... Alex
- [julia-users] Re: smallest eigenvalue of sparse... Andrei Berceanu
- [julia-users] Re: smallest eigenvalue of sp... Viral Shah
- [julia-users] Re: smallest eigenvalue o... Andrei Berceanu
- [julia-users] Re: smallest eigenva... Steven G. Johnson
