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_MKL.h 64 m_nonzero_pivots = 0; \
78 m_nonzero_pivots += (abs(m_qr.coeff(i,i)) > premultiplied_threshold);\
ColPivHouseholderQR.h 227 for(Index i = 0; i < m_nonzero_pivots; ++i)
366 return m_nonzero_pivots;
401 Index m_nonzero_pivots; member in class:Eigen::ColPivHouseholderQR
455 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
476 if(m_nonzero_pivots==size && biggest_col_sq_norm < threshold_helper * RealScalar(rows-k))
477 m_nonzero_pivots = k;
506 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
FullPivHouseholderQR.h 224 for(Index i = 0; i < m_nonzero_pivots; ++i)
362 return m_nonzero_pivots;
385 Index m_nonzero_pivots; member in class:Eigen::FullPivHouseholderQR
436 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
454 m_nonzero_pivots = k;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 120 return m_nonzero_pivots;
301 for(Index i = 0; i < m_nonzero_pivots; ++i)
388 Index m_det_pq, m_nonzero_pivots; member in class:Eigen::FullPivLU
445 m_nonzero_pivots = size; // the generic case is that in which all pivots are nonzero (invertible case)
465 m_nonzero_pivots = k;

Completed in 203 milliseconds