Searched refs:computeShift (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
D | ComplexSchur.h | 211 ComplexScalar computeShift(Index iu, Index iter); 235 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, I… 368 ComplexScalar shift = computeShift(iu, iter);
|
D | RealSchur.h | 197 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo); 252 computeShift(iu, iter, exshift, shiftInfo); in compute() 337 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& sh… in computeShift() function
|