Searched refs:applyOnTheLeft (Results 1 – 16 of 16) sorted by relevance
/external/eigen/doc/snippets/ |
D | Jacobi_makeGivens.cpp | 5 v.applyOnTheLeft(0, 1, G.adjoint());
|
D | Jacobi_makeJacobi.cpp | 6 m.applyOnTheLeft(0, 1, J.adjoint());
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | GMRES.h | 130 v.applyOnTheLeft(i, i + 1, G[i].adjoint()); in gmres() 139 v.applyOnTheLeft(k - 1, k, G[k - 1].adjoint()); in gmres() 140 w.applyOnTheLeft(k - 1, k, G[k - 1].adjoint()); in gmres()
|
/external/eigen/Eigen/ |
D | Jacobi | 16 * - MatrixBase::applyOnTheLeft()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | ComplexSchur.h | 371 m_matT.rightCols(m_matT.cols()-il).applyOnTheLeft(il, il+1, rot.adjoint()); 379 m_matT.rightCols(m_matT.cols()-i).applyOnTheLeft(i, i+1, rot.adjoint());
|
D | RealSchur.h | 324 m_matT.rightCols(size-iu+1).applyOnTheLeft(iu-1, iu, rot.adjoint()); in splitOffTwoRows()
|
/external/eigen/test/ |
D | jacobi.cpp | 43 b.applyOnTheLeft(p, q, rot); in jacobi()
|
/external/eigen/Eigen/src/Core/ |
D | EigenBase.h | 153 inline void MatrixBase<Derived>::applyOnTheLeft(const EigenBase<OtherDerived> &other) in applyOnTheLeft() function
|
D | MatrixBase.h | 184 void applyOnTheLeft(const EigenBase<OtherDerived>& other); 442 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j);
|
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 83 res.linear().applyOnTheLeft(l);
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 378 work_matrix.applyOnTheLeft(p,q,rot); 418 m.applyOnTheLeft(0,1,rot1); 777 m_workMatrix.applyOnTheLeft(p,q,j_left);
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 295 c.applyOnTheLeft(householderSequence(
|
D | ColPivHouseholderQR.h | 473 c.applyOnTheLeft(householderSequence(dec().matrixQR(), dec().hCoeffs())
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 269 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft() function
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 354 m_T.applyOnTheLeft(index, index+1, rotation.adjoint()); in swapEntriesInSchur()
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | LevenbergMarquardt.h | 244 wa4.applyOnTheLeft(qrfac.householderQ().adjoint()); in minimizeOneStep()
|