Searched refs:biggest_col_sq_norm (Results 1 – 1 of 1) sorted by relevance
454 RealScalar biggest_col_sq_norm = m_colSqNorms.tail(cols-k).maxCoeff(&biggest_col_index); in compute() local461 biggest_col_sq_norm = m_qr.col(biggest_col_index).tail(rows-k).squaredNorm(); in compute()464 m_colSqNorms.coeffRef(biggest_col_index) = biggest_col_sq_norm; in compute()471 if(biggest_col_sq_norm < threshold_helper * RealScalar(rows-k)) in compute()