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

  /external/eigen/Eigen/src/QR/
HouseholderQR_MKL.h 47 void householder_qr_inplace_blocked(MatrixQR& mat, HCoeffs& hCoeffs, \
HouseholderQR.h 229 void householder_qr_inplace_blocked(MatrixQR& mat, HCoeffs& hCoeffs, function in namespace:Eigen::internal
324 internal::householder_qr_inplace_blocked(m_qr, m_hCoeffs, 48, m_temp.data());

Completed in 26 milliseconds