Registered Member
|
I'm trying to write a generic algorithm that will work with different Eigen
matrix factorization classes-- e.g. LLT, LDLT, LU, etc. I would like this algorithm to be able to tell if the operation-- factorization or solve was successful but it does not seem to be possible to do this in a generic way. The LLT and LDLT classes have an info() method but the other factorization classes do not. Is there an alternate way to do this? I'm using a very recent Eigen3 build, by the way. I've attached a simple example of what I tried. Thanks. Bill Greene ----------------------------------------------------------------
|
Moderator
|
yes you are right, for consistency we have to add this info() method to *LU and *QR
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], q.ignora