Boost logo

Ublas :

Subject: [ublas] lapack eigenvalues sparse matrix
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-07-16 16:19:47


Hello,

I use the boost/numeric/bindings/lapack/driver/geev.hpp for calculate
eigenvalues and -vectors for dense matrix data. How can I use it for
sparse matrix data? I think the LAPACK call should be sgeev.

Thanks

Phil