Home
last modified time | relevance | path

Searched refs:makeJacobi (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Jacobi/
DJacobi.h65 … bool makeJacobi(const MatrixBase<Derived>&, typename Derived::Index p, typename Derived::Index q);
66 bool makeJacobi(const RealScalar& x, const Scalar& y, const RealScalar& z);
83 bool JacobiRotation<Scalar>::makeJacobi(const RealScalar& x, const Scalar& y, const RealScalar& z) in makeJacobi() function
126 inline bool JacobiRotation<Scalar>::makeJacobi(const MatrixBase<Derived>& m, typename Derived::Inde… in makeJacobi() function
128 return makeJacobi(numext::real(m.coeff(p,p)), m.coeff(p,q), numext::real(m.coeff(q,q))); in makeJacobi()
/external/eigen/doc/snippets/
DJacobi_makeJacobi.cpp4 J.makeJacobi(m, 0, 1);
/external/eigen/unsupported/Eigen/src/SVD/
DJacobiSVD.h433 j_right->makeJacobi(m,0,1);
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h441 j_right->makeJacobi(m,0,1);