Registered Member
|
Hi,
I'm trying to solve a linear equation system using SparseMatrix and SparseLu, as I might end up with rather large tridiagonal matrices. However, I cannot get the code to compile, gives me a bunch of "conversion from '__int64' to 'int', possible loss of data" errors, when I try to extract the result:
The code looks as follows:
|
Moderator
|
Those are warnings that you turned as errors with -Werror. Either remove this flag for this unit or update Eigen (3.2.8 is pretty old).
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]