Searched refs:biggest_col_index (Results 1 – 1 of 1) sorted by relevance
385 Index biggest_col_index; in compute() local386 RealScalar biggest_col_sq_norm = m_colSqNorms.tail(cols-k).maxCoeff(&biggest_col_index); in compute()387 biggest_col_index += k; in compute()393 biggest_col_sq_norm = m_qr.col(biggest_col_index).tail(rows-k).squaredNorm(); in compute()396 m_colSqNorms.coeffRef(biggest_col_index) = biggest_col_sq_norm; in compute()414 m_colsTranspositions.coeffRef(k) = biggest_col_index; in compute()415 if(k != biggest_col_index) { in compute()416 m_qr.col(k).swap(m_qr.col(biggest_col_index)); in compute()417 std::swap(m_colSqNorms.coeffRef(k), m_colSqNorms.coeffRef(biggest_col_index)); in compute()