Searched refs:m_l1_norm (Results 1 – 4 of 4) sorted by relevance
187 return internal::rcond_estimate_helper(m_l1_norm, *this);286 RealScalar m_l1_norm;296 m_l1_norm(0),307 m_l1_norm(0),319 m_l1_norm(0),332 m_l1_norm(0),522 m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff();
255 return internal::rcond_estimate_helper(m_l1_norm, *this);437 RealScalar m_l1_norm;497 m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff();
161 return internal::rcond_estimate_helper(m_l1_norm, *this); in rcond()219 RealScalar m_l1_norm; variable431 m_l1_norm = RealScalar(0);439 if (abs_col_sum > m_l1_norm)440 m_l1_norm = abs_col_sum;
220 return internal::rcond_estimate_helper(m_l1_norm, *this); in rcond()279 RealScalar m_l1_norm; variable500 m_l1_norm = RealScalar(0);508 if (abs_col_sum > m_l1_norm)509 m_l1_norm = abs_col_sum;