Searched refs:makeGivens (Results 1 - 14 of 14) sorted by relevance

/external/eigen/doc/snippets/
H A DJacobi_makeGivens.cpp3 G.makeGivens(v.x(), v.y());
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dr1updt.h42 givens.makeGivens(-v[n-1], v[j]);
68 givens.makeGivens(-s(j,j), w[j]);
H A Drwupdt.h34 givens[j].makeGivens(-r(j,j), rowj);
H A Dqrsolv.h55 givens.makeGivens(-s(k,k), sdiag[k]);
/external/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h239 G.makeGivens(m_S.coeff(i-1,j), m_S.coeff(i,j), &m_S.coeffRef(i-1, j));
250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i));
333 G.makeGivens(p + z, STi(1,0));
335 G.makeGivens(p - z, STi(1,0));
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i));
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1));
379 G.makeGivens(m_S.coeff(zz+1, zz), m_S.coeff(zz+1,zz-1));
389 G.makeGivens(m_S.coeff(l,l), m_S.coeff(l,l-1));
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k));
539 G.makeGivens(
[all...]
H A DComplexSchur.h430 rot.makeGivens(m_matT.coeff(il,il) - shift, m_matT.coeff(il+1,il));
437 rot.makeGivens(m_matT.coeffRef(i,i-1), m_matT.coeffRef(i+1,i-1), &m_matT.coeffRef(i,i-1));
H A DRealSchur.h382 rot.makeGivens(p + z, m_matT.coeff(iu, iu-1));
384 rot.makeGivens(p - z, m_matT.coeff(iu, iu-1));
H A DSelfAdjointEigenSolver.h766 rot.makeGivens(x, z);
/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h68 void makeGivens(const Scalar& p, const Scalar& q, Scalar* z=0);
71 void makeGivens(const Scalar& p, const Scalar& q, Scalar* z, internal::true_type);
72 void makeGivens(const Scalar& p, const Scalar& q, Scalar* z, internal::false_type);
148 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* z) function in class:Eigen::JacobiRotation
150 makeGivens(p, q, z, typename internal::conditional<NumTraits<Scalar>::IsComplex, internal::true_type, internal::false_type>::type());
156 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::true_type) function in class:Eigen::JacobiRotation
215 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::false_type)
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMqrsolv.h68 givens.makeGivens(-s(k,k), sdiag[k]);
152 givens.makeGivens(-itk.value(), sdiag(k));
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DGMRES.h139 G[k - 1].makeGivens(v(k - 1), v(k));
H A DDGMRES.h349 gr[it].makeGivens(m_H(it, it), m_H(it+1,it));
/external/eigen/Eigen/src/Cholesky/
H A DLLT.h218 g.makeGivens(mat(i,i), -temp(i), &mat(i,i));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h354 rotation.makeGivens(m_T(index, index+1), m_T(index+1, index+1) - m_T(index, index));

Completed in 1170 milliseconds