Searched defs:j_right (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp287 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/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h412 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);
410 real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q, JacobiRotation<RealScalar> *j_left, JacobiRotation<RealScalar> *j_right) argument
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h417 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
871 internal::real_2x2_jacobi_svd(m_workMatrix, p, q, &j_left, &j_right);
877 m_workMatrix.applyOnTheRight(p,q,j_right);
878 if(computeV()) m_matrixV.applyOnTheRight(p,q,j_right);
415 real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q, JacobiRotation<RealScalar> *j_left, JacobiRotation<RealScalar> *j_right) argument

Completed in 526 milliseconds