Searched refs:JacobiSVD (Results 1 - 12 of 12) sorted by relevance

/external/eigen/doc/snippets/
H A DJacobiSVD_basic.cpp3 JacobiSVD<MatrixXf> svd(m, ComputeThinU | ComputeThinV);
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h26 *** JacobiSVD which by itself is only able to work on square matrices.
55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} argument
56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&)
77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) argument
86 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
120 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) argument
130 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
157 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) argument
167 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
208 void allocate(const JacobiSVD<MatrixTyp argument
253 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
303 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
478 template<typename _MatrixType, int QRPreconditioner> class JacobiSVD class in namespace:Eigen
514 JacobiSVD() function in class:Eigen::JacobiSVD
528 JacobiSVD(Index rows, Index cols, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
547 JacobiSVD(const MatrixType& matrix, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
[all...]
H A DJacobiSVD_MKL.h44 JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>& \
45 JacobiSVD<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>, ColPivHouseholderQRPreconditioner>::compute(const Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynamic>& matrix, unsigned int computationOptions) \
/external/eigen/test/
H A Djacobisvd.cpp18 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) argument
49 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd)
56 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions);
86 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions);
97 JacobiSVD<MatrixType, QRPreconditioner> fullSvd(m, ComputeFullU|ComputeFullV);
123 JacobiSVD<MatrixType, QRPreconditioner> svd(m, ComputeThinU | ComputeThinV);
155 JacobiSVD<MatrixType> svd;
181 JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner> svd_fullqr;
219 JacobiSVD<MatrixType> svd;
238 // Regression test for bug 286: JacobiSVD loop
47 jacobisvd_compare_to_full(const MatrixType& m, unsigned int computationOptions, const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) argument
[all...]
H A Dnomalloc.cpp160 Eigen::JacobiSVD<Matrix> jSVD; jSVD.compute(A, ComputeFullU | ComputeFullV);
/external/eigen/Eigen/src/Geometry/
H A DUmeyama.h132 JacobiSVD<MatrixType> svd(sigma, ComputeFullU | ComputeFullV);
H A DTransform.h1021 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1050 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
H A DQuaternion.h600 JacobiSVD<Matrix<Scalar,2,3> > svd(m, ComputeFullV);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h621 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU|ComputeFullV);
652 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU|ComputeFullV);
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc777 Eigen::JacobiSVD<Matrix> svd(dense_jacobian,
/external/eigen/Eigen/src/Core/
H A DMatrixBase.h382 JacobiSVD<PlainObject> jacobiSvd(unsigned int computationOptions = 0) const;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h225 template<typename MatrixType, int QRPreconditioner = ColPivHouseholderQRPreconditioner> class JacobiSVD;

Completed in 322 milliseconds