Home
last modified time | relevance | path

Searched refs:makeHouseholderInPlace (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h107 .makeHouseholderInPlace(m_householder.coeffRef(k,k), in compute()
119 .makeHouseholderInPlace(m_householder.coeffRef(k,k+1), in compute()
/external/eigen/Eigen/src/Householder/
DHouseholder.h42 void MatrixBase<Derived>::makeHouseholderInPlace(Scalar& tau, RealScalar& beta) in makeHouseholderInPlace() function
/external/eigen/Eigen/src/Eigenvalues/
DHessenbergDecomposition.h303 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
DRealQZ.h483 hr.makeHouseholderInPlace(tau, beta); in step()
495 hr.makeHouseholderInPlace(tau, beta); in step()
DTridiagonalization.h361 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
/external/eigen/Eigen/src/QR/
DHouseholderQR.h250 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta);
DColPivHouseholderQR.h489 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); in compute()
DFullPivHouseholderQR.h476 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta);
/external/eigen/Eigen/src/Core/
DMatrixBase.h423 void makeHouseholderInPlace(Scalar& tau, RealScalar& beta);