Home
last modified time | relevance | path

Searched refs:applyOnTheLeft (Results 1 – 16 of 16) sorted by relevance

/external/eigen/doc/snippets/
DJacobi_makeGivens.cpp5 v.applyOnTheLeft(0, 1, G.adjoint());
DJacobi_makeJacobi.cpp6 m.applyOnTheLeft(0, 1, J.adjoint());
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h130 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/
DJacobi16 * - MatrixBase::applyOnTheLeft()
/external/eigen/Eigen/src/Eigenvalues/
DComplexSchur.h371 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());
DRealSchur.h324 m_matT.rightCols(size-iu+1).applyOnTheLeft(iu-1, iu, rot.adjoint()); in splitOffTwoRows()
/external/eigen/test/
Djacobi.cpp43 b.applyOnTheLeft(p, q, rot); in jacobi()
/external/eigen/Eigen/src/Core/
DEigenBase.h153 inline void MatrixBase<Derived>::applyOnTheLeft(const EigenBase<OtherDerived> &other) in applyOnTheLeft() function
DMatrixBase.h184 void applyOnTheLeft(const EigenBase<OtherDerived>& other);
442 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j);
/external/eigen/Eigen/src/Geometry/
DRotationBase.h83 res.linear().applyOnTheLeft(l);
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h378 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/
DHouseholderQR.h295 c.applyOnTheLeft(householderSequence(
DColPivHouseholderQR.h473 c.applyOnTheLeft(householderSequence(dec().matrixQR(), dec().hCoeffs())
/external/eigen/Eigen/src/Jacobi/
DJacobi.h269 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft() function
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h354 m_T.applyOnTheLeft(index, index+1, rotation.adjoint()); in swapEntriesInSchur()
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DLevenbergMarquardt.h244 wa4.applyOnTheLeft(qrfac.householderQ().adjoint()); in minimizeOneStep()