Home
last modified time | relevance | path

Searched refs:HCoeffsType (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/QR/
DHouseholderQR.h60 typedef typename internal::plain_diag_type<MatrixType>::type HCoeffsType; typedef
62 …typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename HCoeffsType::Conjuga…
212 const HCoeffsType& hCoeffs() const { return m_hCoeffs; } in hCoeffs()
230 HCoeffsType m_hCoeffs;
391 …internal::householder_qr_inplace_blocked<MatrixType, HCoeffsType>::run(m_qr, m_hCoeffs, 48, m_temp… in computeInPlace()
DCompleteOrthogonalDecomposition.h60 typedef typename internal::plain_diag_type<MatrixType>::type HCoeffsType;
70 typename HCoeffsType::ConjugateReturnType>::type>
289 inline const HCoeffsType& hCoeffs() const { return m_cpqr.hCoeffs(); }
296 const HCoeffsType& zCoeffs() const { return m_zCoeffs; }
386 HCoeffsType m_zCoeffs;
DFullPivHouseholderQR.h73 typedef typename internal::plain_diag_type<MatrixType>::type HCoeffsType;
325 const HCoeffsType& hCoeffs() const { return m_hCoeffs; }
412 HCoeffsType m_hCoeffs;
600 typedef typename internal::plain_diag_type<MatrixType>::type HCoeffsType;
605 const HCoeffsType& hCoeffs,
645 typename HCoeffsType::Nested m_hCoeffs;
DColPivHouseholderQR.h63 typedef typename internal::plain_diag_type<MatrixType>::type HCoeffsType;
68 …typedef HouseholderSequence<MatrixType,typename internal::remove_all<typename HCoeffsType::Conjuga…
334 const HCoeffsType& hCoeffs() const { return m_hCoeffs; }
435 HCoeffsType m_hCoeffs;