Searched refs:Tmm (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DRealSchur.h448 const Scalar Tmm = m_matT.coeff(im,im); local
449 const Scalar r = shiftInfo.coeff(0) - Tmm;
450 const Scalar s = shiftInfo.coeff(1) - Tmm;
452 v.coeffRef(1) = m_matT.coeff(im+1,im+1) - Tmm - r - s;
458 const Scalar rhs = v.coeff(0) * (abs(m_matT.coeff(im-1,im-1)) + abs(Tmm) + abs(m_matT.coeff(im+1,im+1)));

Completed in 1634 milliseconds