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

  /external/opencv/cvaux/src/
cvfindhandregion.cpp 287 int j_left, j_right; local
514 j_right = (int) (jmax - (nbins - right - 1) * bsizej);
517 j_right = abs( j_right - jc );
519 if( j_left <= j_right )
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 417 JacobiRotation<RealScalar> *j_right)
441 j_right->makeJacobi(m,0,1);
442 *j_left = rot1 * j_right->transpose();
870 JacobiRotation<RealScalar> j_left, j_right; local
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 412 JacobiRotation<RealScalar> *j_right)
433 j_right->makeJacobi(m,0,1);
434 *j_left = rot1 * j_right->transpose();
688 JacobiRotation<RealScalar> j_left, j_right; local
689 internal::real_2x2_jacobi_svd(m_workMatrix, p, q, &j_left, &j_right);
695 m_workMatrix.applyOnTheRight(p,q,j_right);
696 if(SVDBase<MatrixType>::computeV()) this->m_matrixV.applyOnTheRight(p,q,j_right);

Completed in 209 milliseconds