Lines Matching refs:coeffRef
216 Scalar* workspace = &m_workspaceVector.coeffRef(0); in compute()
236 m_matT.coeffRef(iu,iu) = m_matT.coeff(iu,iu) + exshift; in compute()
238 m_matT.coeffRef(iu, iu-1) = Scalar(0); in compute()
312 m_matT.coeffRef(iu,iu) += exshift; in splitOffTwoRows()
313 m_matT.coeffRef(iu-1,iu-1) += exshift; in splitOffTwoRows()
326 m_matT.coeffRef(iu, iu-1) = Scalar(0); in splitOffTwoRows()
332 m_matT.coeffRef(iu-1, iu-2) = Scalar(0); in splitOffTwoRows()
339 shiftInfo.coeffRef(0) = m_matT.coeff(iu,iu); in computeShift()
340 shiftInfo.coeffRef(1) = m_matT.coeff(iu-1,iu-1); in computeShift()
341 shiftInfo.coeffRef(2) = m_matT.coeff(iu,iu-1) * m_matT.coeff(iu-1,iu); in computeShift()
348 m_matT.coeffRef(i,i) -= shiftInfo.coeff(0); in computeShift()
350 shiftInfo.coeffRef(0) = Scalar(0.75) * s; in computeShift()
351 shiftInfo.coeffRef(1) = Scalar(0.75) * s; in computeShift()
352 shiftInfo.coeffRef(2) = Scalar(-0.4375) * s * s; in computeShift()
369 m_matT.coeffRef(i,i) -= s; in computeShift()
386 v.coeffRef(0) = (r * s - shiftInfo.coeff(2)) / m_matT.coeff(im+1,im) + m_matT.coeff(im,im+1); in initFrancisQRStep()
387 v.coeffRef(1) = m_matT.coeff(im+1,im+1) - Tmm - r - s; in initFrancisQRStep()
388 v.coeffRef(2) = m_matT.coeff(im+2,im+1); in initFrancisQRStep()
427 m_matT.coeffRef(k,k-1) = -m_matT.coeff(k,k-1); in performFrancisQRStep()
429 m_matT.coeffRef(k,k-1) = beta; in performFrancisQRStep()
446 m_matT.coeffRef(iu-1, iu-2) = beta; in performFrancisQRStep()
456 m_matT.coeffRef(i,i-2) = Scalar(0); in performFrancisQRStep()
458 m_matT.coeffRef(i,i-3) = Scalar(0); in performFrancisQRStep()