/external/eigen/Eigen/src/Eigenvalues/ |
D | RealQZ.h | 228 m_S.applyOnTheLeft(m_Q.adjoint()); in hessenbergTriangular() 241 m_S.rightCols(dim-j-1).applyOnTheLeft(i-1,i,G.adjoint()); in hessenbergTriangular() 242 m_T.rightCols(dim-i+1).applyOnTheLeft(i-1,i,G.adjoint()); in hessenbergTriangular() 256 m_Z.applyOnTheLeft(i,i-1,G.adjoint()); in hessenbergTriangular() 336 m_S.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint()); in splitOffTwoRows() 337 m_T.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint()); in splitOffTwoRows() 347 m_Z.applyOnTheLeft(i+1,i,G.adjoint()); in splitOffTwoRows() 370 m_S.rightCols(dim-firstColS).applyOnTheLeft(zz,zz+1,G.adjoint()); in pushDownZero() 371 m_T.rightCols(dim-zz).applyOnTheLeft(zz,zz+1,G.adjoint()); in pushDownZero() 385 m_Z.applyOnTheLeft(zz,zz-1,G.adjoint()); in pushDownZero() [all …]
|
D | ComplexSchur.h | 434 m_matT.rightCols(m_matT.cols()-il).applyOnTheLeft(il, il+1, rot.adjoint()); 442 m_matT.rightCols(m_matT.cols()-i).applyOnTheLeft(i, i+1, rot.adjoint());
|
D | RealSchur.h | 405 m_matT.rightCols(size-iu+1).applyOnTheLeft(iu-1, iu, rot.adjoint()); in splitOffTwoRows()
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | GMRES.h | 143 v.applyOnTheLeft(i, i + 1, G[i].adjoint()); in gmres() 153 v.applyOnTheLeft(k - 1, k, G[k - 1].adjoint()); in gmres() 154 w.applyOnTheLeft(k - 1, k, G[k - 1].adjoint()); in gmres()
|
D | DGMRES.h | 333 m_H.col(it).applyOnTheLeft(i-1,i,gr[i-1].adjoint()); 338 m_H.col(it).applyOnTheLeft(it,it+1,gr[it].adjoint()); 339 g.applyOnTheLeft(it,it+1, gr[it].adjoint());
|
/external/eigen/doc/snippets/ |
D | MatrixBase_applyOnTheLeft.cpp | 6 A.applyOnTheLeft(B);
|
D | Jacobi_makeGivens.cpp | 5 v.applyOnTheLeft(0, 1, G.adjoint());
|
D | Jacobi_makeJacobi.cpp | 6 m.applyOnTheLeft(0, 1, J.adjoint());
|
/external/eigen/Eigen/src/misc/ |
D | RealSvd2x2.h | 46 m.applyOnTheLeft(0,1,rot1); in real_2x2_jacobi_svd()
|
/external/eigen/Eigen/ |
D | Jacobi | 23 * - MatrixBase::applyOnTheLeft()
|
/external/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 186 void applyOnTheLeft(const EigenBase<OtherDerived>& other); 440 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j); 523 inline void MatrixBase<Derived>::applyOnTheLeft(const EigenBase<OtherDerived> &other) in applyOnTheLeft() function
|
/external/eigen/test/ |
D | jacobi.cpp | 42 b.applyOnTheLeft(p, q, rot); in jacobi()
|
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 83 res.linear().applyOnTheLeft(l);
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 358 c.applyOnTheLeft(householderSequence( in _solve_impl()
|
D | CompleteOrthogonalDecomposition.h | 506 c.applyOnTheLeft(
|
D | ColPivHouseholderQR.h | 600 c.applyOnTheLeft(householderSequence(m_qr, m_hCoeffs)
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 402 work_matrix.applyOnTheLeft(p,q,rot); 725 m_workMatrix.applyOnTheLeft(p,q,j_left);
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 278 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft() function
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixPower.h | 511 m_T.applyOnTheLeft(j-1, j, rot.adjoint()); in initialize()
|
D | MatrixFunction.h | 232 T.applyOnTheLeft(k, k+1, rotation.adjoint()); in matrix_function_permute_schur()
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | LevenbergMarquardt.h | 254 wa4.applyOnTheLeft(qrfac.householderQ().adjoint()); in minimizeOneStep()
|