Searched refs:m_realQZ (Results 1 – 1 of 1) sorted by relevance
124 m_realQZ() in GeneralizedEigenSolver()139 m_realQZ(size), in GeneralizedEigenSolver()161 m_realQZ(A.cols()),258 return m_realQZ.info(); in info()265 m_realQZ.setMaxIterations(maxIters); in setMaxIterations()281 RealQZ<MatrixType> m_realQZ; variable299 m_realQZ.compute(A, B, computeEigenvectors); in compute()300 if (m_realQZ.info() == Success) in compute()314 const MatrixType &mZ = m_realQZ.matrixZ(); in compute()315 const MatrixType &mS = m_realQZ.matrixS(); in compute()[all …]