Try

eigs(A, nev=1, which=:SM)

You might want to look into the docs to see the other keywords, for example if 
you need the eigenvector(s) as well.

Best,

Alex.

On Thursday, 9 April 2015 19:34:40 UTC+2, Andrei Berceanu  wrote:
> 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