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

  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 238 void splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift);
239 void computeShift(Index iu, Index iter, Scalar& exshift, Vector3s& shiftInfo);
282 Scalar exshift(0); // sum of exceptional shifts
294 m_matT.coeffRef(iu,iu) = m_matT.coeff(iu,iu) + exshift;
302 splitOffTwoRows(iu, computeU, exshift);
310 computeShift(iu, iter, exshift, shiftInfo);
362 inline void RealSchur<MatrixType>::splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift)
372 m_matT.coeffRef(iu,iu) += exshift;
373 m_matT.coeffRef(iu-1,iu-1) += exshift;
395 /** \internal Form shift in shiftInfo, and update exshift if an exceptional shift is performed. *
    [all...]
  /external/opencv3/modules/calib3d/src/
dls.h 167 double exshift = 0.0; local
204 H[n1][n1] = H[n1][n1] + exshift;
217 H[n1][n1] = H[n1][n1] + exshift;
218 H[n1 - 1][n1 - 1] = H[n1 - 1][n1 - 1] + exshift;
296 exshift += x;
319 exshift += s;
  /external/opencv3/modules/core/src/
lda.cpp 329 double exshift = 0.0; local
366 H[n1][n1] = H[n1][n1] + exshift;
379 H[n1][n1] = H[n1][n1] + exshift;
380 H[n1 - 1][n1 - 1] = H[n1 - 1][n1 - 1] + exshift;
458 exshift += x;
481 exshift += s;
    [all...]

Completed in 610 milliseconds