Manav Bhatia
2018-07-13 16:16:36 UTC
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
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