Registered Member
|
Hi.
I'm doing an OpenGL project for college and sparse matrices became necessary. I've tried using CHOLMOD to solve my problems, but unfortunately it is ridiculously complicated to install that library in Windows, so I just gave up. Now I'm trying to use Eigen and already have Eigen's path in the includes, so linking is fine, but I'm getting a rather strange error when trying to include <Eigen\Sparse>:
I'm currently using Windows 7 and Visual Studio 2011 beta. Thanks in advance! |
Registered Member
|
Solved it. It was a conflict with a #define in my code. As soon as I commented it, everything worked.
|
Registered Member
|
In case you still need a sparse Cholesky factorization for Windows, then CSparse might be an option. It's fairly easy to compile for Windows.
|
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], rblackwell