Lines Matching refs:pos
801 Index pos;
802 RealScalar maxRemainingSingularValue = m_singularValues.tail(m_diagSize-i).maxCoeff(&pos);
808 if(pos)
810 pos += i;
811 std::swap(m_singularValues.coeffRef(i), m_singularValues.coeffRef(pos));
812 if(computeU()) m_matrixU.col(pos).swap(m_matrixU.col(i));
813 if(computeV()) m_matrixV.col(pos).swap(m_matrixV.col(i));