Registered Member
|
Is it possible to use the band Matrix of Eigen as input for LAPACK banded solver dgbsv.
I am currently using the latest development release of Eigen, Visual Studio 2008 with Intel Compiler Suite, MKL 10.3. The systems we are solving have square banded system matrices with ku=13, kl=24, N~10000. The Lapack banded solver is much faster than e.g. SuperLU, Umfpack or PARDISO, although the band is relatively dense (75% Zeros). Thanks! Daniel |
Moderator
|
Yes the storage is compatible, assuming you use ColMajor which is the default
|
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell, Yahoo [Bot]