Re: [eigen] problems using GeneralizedEigenSolver

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Fixed in default and 3.3 branches. 
https://bitbucket.org/eigen/eigen/commits/00321bf1e07d/

On Fri, Jul 13, 2018 at 6:29 PM Manav Bhatia <bhatiamanav@xxxxxxxxx> wrote:

Hi, 

  I am using the GeneralizedEigenSolver class from Eigen3.3.4 (MacPorts)  as

 typedef Matrix<Real, Dynamic, Dynamic> RealMatrixX;
Eigen::GeneralizedEigenSolver<RealMatrixX> ges(M0, M1, false);

 and I keep getting the following error: 



Assertion failed: (m_computeQZ &&  he matrices Q and Z have not been computed during the QZ decomposition.”), function matrixZ,

Not sure what I am doing wrong. Any advice will be greatly appreciated. 

Regards,
Manav


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/