OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyOnTheLeft
(Results
1 - 15
of
15
) sorted by null
/external/eigen/doc/snippets/
Jacobi_makeGivens.cpp
5
v.
applyOnTheLeft
(0, 1, G.adjoint());
Jacobi_makeJacobi.cpp
6
m.
applyOnTheLeft
(0, 1, J.adjoint());
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h
130
v.
applyOnTheLeft
(i, i + 1, G[i].adjoint());
139
v.
applyOnTheLeft
(k - 1, k, G[k - 1].adjoint());
140
w.
applyOnTheLeft
(k - 1, k, G[k - 1].adjoint());
/external/eigen/Eigen/src/Core/
EigenBase.h
83
/** \internal Don't use it, but do the equivalent: \code dst.
applyOnTheLeft
(*this); \endcode */
153
inline void MatrixBase<Derived>::
applyOnTheLeft
(const EigenBase<OtherDerived> &other)
MatrixBase.h
184
void
applyOnTheLeft
(const EigenBase<OtherDerived>& other);
442
void
applyOnTheLeft
(Index p, Index q, const JacobiRotation<OtherScalar>& j);
/external/eigen/test/
jacobi.cpp
43
b.
applyOnTheLeft
(p, q, rot);
/external/eigen/Eigen/src/Eigenvalues/
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());
RealSchur.h
324
m_matT.rightCols(size-iu+1).
applyOnTheLeft
(iu-1, iu, rot.adjoint());
/external/eigen/Eigen/src/Geometry/
RotationBase.h
83
res.linear().
applyOnTheLeft
(l);
/external/eigen/Eigen/src/QR/
HouseholderQR.h
295
c.
applyOnTheLeft
(householderSequence(
ColPivHouseholderQR.h
473
c.
applyOnTheLeft
(householderSequence(dec().matrixQR(), dec().hCoeffs())
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
378
work_matrix.
applyOnTheLeft
(p,q,rot);
418
m.
applyOnTheLeft
(0,1,rot1);
[
all
...]
/external/eigen/Eigen/src/Jacobi/
Jacobi.h
29
* v.
applyOnTheLeft
(J.adjoint());
32
* \sa MatrixBase::
applyOnTheLeft
(), MatrixBase::applyOnTheRight()
79
* \sa MatrixBase::makeJacobi(const MatrixBase<Derived>&, Index, Index), MatrixBase::
applyOnTheLeft
(), MatrixBase::applyOnTheRight()
119
* \sa JacobiRotation::makeJacobi(RealScalar, Scalar, RealScalar), MatrixBase::
applyOnTheLeft
(), MatrixBase::applyOnTheRight()
142
* \sa MatrixBase::
applyOnTheLeft
(), MatrixBase::applyOnTheRight()
254
* \sa MatrixBase::
applyOnTheLeft
(), MatrixBase::applyOnTheRight()
269
inline void MatrixBase<Derived>::
applyOnTheLeft
(Index p, Index q, const JacobiRotation<OtherScalar>& j)
280
* \sa class JacobiRotation, MatrixBase::
applyOnTheLeft
(), internal::apply_rotation_in_the_plane()
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h
354
m_T.
applyOnTheLeft
(index, index+1, rotation.adjoint());
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h
244
wa4.
applyOnTheLeft
(qrfac.householderQ().adjoint());
Completed in 244 milliseconds