Lines Matching refs:m_computeQZ
121 …eigen_assert(m_computeQZ && "The matrices Q and Z have not been computed during the QZ decompositi… in matrixQ()
131 …eigen_assert(m_computeQZ && "The matrices Q and Z have not been computed during the QZ decompositi… in matrixZ()
196 bool m_computeQZ; variable
230 if (m_computeQZ) in hessenbergTriangular()
244 if (m_computeQZ) in hessenbergTriangular()
255 if (m_computeQZ) in hessenbergTriangular()
339 if (m_computeQZ) in splitOffTwoRows()
346 if (m_computeQZ) in splitOffTwoRows()
374 if (m_computeQZ) in pushDownZero()
384 if (m_computeQZ) in pushDownZero()
394 if (m_computeQZ) in pushDownZero()
488 if (m_computeQZ) in step()
511 if (m_computeQZ) in step()
527 if (m_computeQZ) in step()
542 if (m_computeQZ) in step()
550 if (m_computeQZ) in step()
566 m_computeQZ = computeQZ; in compute()
639 if(m_computeQZ) { in compute()