Registered Member
|
Hi,
I'm would like to work on big matrixes. I would like to use GeneralizedSelfAdjointEigenSolver on SparseMatrix, is it possible ? Below code does not work:
During building the project in Visual Studio 2010 (VC++ 9.0) I have such an error:
and compiler stops in the line:
in file 'GeneralizedSelfAdjointEigenSolver.h'. Have you got any idea why I cannot compile the code ? |
Moderator
|
That's not possible. eigenvalue algorithms for dense and large sparse matrices are completely different. I guess that you are interested in the few largest or smallest ones? Then see https://github.com/yixuan/spectra which is 100% based on Eigen.
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]