HomeSort by relevance Sort by last modified time
    Searched refs:computeShift (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 255 ComplexScalar computeShift(Index iu, Index iter);
279 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, Index iter)
428 ComplexScalar shift = computeShift(iu, iter);
RealSchur.h 239 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
310 computeShift(iu, iter, exshift, shiftInfo);
399 inline void RealSchur<MatrixType>::computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo)

Completed in 896 milliseconds