HomeSort by relevance Sort by last modified time
    Searched refs:makeJacobi (Results 1 - 3 of 3) sorted by null

  /external/eigen/doc/snippets/
Jacobi_makeJacobi.cpp 4 J.makeJacobi(m, 0, 1);
  /external/eigen/Eigen/src/misc/
RealSvd2x2.h 47 j_right->makeJacobi(m,0,1);
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 65 bool makeJacobi(const MatrixBase<Derived>&, Index p, Index q);
66 bool makeJacobi(const RealScalar& x, const Scalar& y, const RealScalar& z);
80 * \sa MatrixBase::makeJacobi(const MatrixBase<Derived>&, Index, Index), MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
83 bool JacobiRotation<Scalar>::makeJacobi(const RealScalar& x, const Scalar& y, const RealScalar& z)
123 * \sa JacobiRotation::makeJacobi(RealScalar, Scalar, RealScalar), MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
127 inline bool JacobiRotation<Scalar>::makeJacobi(const MatrixBase<Derived>& m, Index p, Index q)
129 return makeJacobi(numext::real(m.coeff(p,p)), m.coeff(p,q), numext::real(m.coeff(q,q)));

Completed in 422 milliseconds