HomeSort by relevance Sort by last modified time
    Searched refs:m_nonzero_pivots (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_LAPACKE.h 61 m_nonzero_pivots = 0; \
76 m_nonzero_pivots += (abs(m_qr.coeff(i,i)) > premultiplied_threshold);\
ColPivHouseholderQR.h 261 for(Index i = 0; i < m_nonzero_pivots; ++i)
397 return m_nonzero_pivots;
443 Index m_nonzero_pivots; member in class:Eigen::ColPivHouseholderQR
512 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
524 if(m_nonzero_pivots==size && biggest_col_sq_norm < threshold_helper * RealScalar(rows-k))
525 m_nonzero_pivots = k;
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
FullPivHouseholderQR.h 252 for(Index i = 0; i < m_nonzero_pivots; ++i)
388 return m_nonzero_pivots;
419 Index m_nonzero_pivots; member in class:Eigen::FullPivHouseholderQR
479 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
499 m_nonzero_pivots = k;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 147 return m_nonzero_pivots;
338 for(Index i = 0; i < m_nonzero_pivots; ++i)
436 Index m_nonzero_pivots; member in class:Eigen::FullPivLU
509 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
531 m_nonzero_pivots = k;
    [all...]

Completed in 805 milliseconds