Searched refs:makeHouseholderInPlace (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/SVD/ |
D | UpperBidiagonalization.h | 107 .makeHouseholderInPlace(m_householder.coeffRef(k,k), in compute() 119 .makeHouseholderInPlace(m_householder.coeffRef(k,k+1), in compute()
|
/external/eigen/Eigen/src/Householder/ |
D | Householder.h | 42 void MatrixBase<Derived>::makeHouseholderInPlace(Scalar& tau, RealScalar& beta) in makeHouseholderInPlace() function
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | HessenbergDecomposition.h | 303 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
|
D | RealQZ.h | 483 hr.makeHouseholderInPlace(tau, beta); in step() 495 hr.makeHouseholderInPlace(tau, beta); in step()
|
D | Tridiagonalization.h | 361 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 250 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta);
|
D | ColPivHouseholderQR.h | 489 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); in compute()
|
D | FullPivHouseholderQR.h | 476 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta);
|
/external/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 423 void makeHouseholderInPlace(Scalar& tau, RealScalar& beta);
|