Searched refs:exshift (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
D | RealSchur.h | 196 void splitOffTwoRows(Index iu, bool computeU, Scalar exshift); 197 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo); 224 Scalar exshift(0); // sum of exceptional shifts in compute() 236 m_matT.coeffRef(iu,iu) = m_matT.coeff(iu,iu) + exshift; in compute() 244 splitOffTwoRows(iu, computeU, exshift); in compute() 252 computeShift(iu, iter, exshift, shiftInfo); in compute() 304 inline void RealSchur<MatrixType>::splitOffTwoRows(Index iu, bool computeU, Scalar exshift) in splitOffTwoRows() argument 312 m_matT.coeffRef(iu,iu) += exshift; in splitOffTwoRows() 313 m_matT.coeffRef(iu-1,iu-1) += exshift; in splitOffTwoRows() 337 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& sh… in computeShift() argument [all …]
|