Lines Matching refs:m_hCoeffs
89 m_hCoeffs(),
105 m_hCoeffs((std::min)(rows,cols)),
128 m_hCoeffs((std::min)(matrix.rows(), matrix.cols())),
148 m_hCoeffs((std::min)(matrix.rows(), matrix.cols())),
325 const HCoeffsType& hCoeffs() const { return m_hCoeffs; }
412 HCoeffsType m_hCoeffs;
467 m_hCoeffs.resize(size);
504 m_hCoeffs.coeffRef(i) = Scalar(0);
521 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta);
528 ….applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1…
564 m_hCoeffs.coeff(k), &temp.coeffRef(0));
608 m_hCoeffs(hCoeffs),
635 ….applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), conj(m_hCoeffs.coeff(k)), &workspace.coeffR…
645 typename HCoeffsType::Nested m_hCoeffs;
660 return MatrixQReturnType(m_qr, m_hCoeffs, m_rows_transpositions);