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})

Reply via email to