Searched defs:JacobiSVD (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Djacobisvd.cpp18 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) argument
46 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd)
53 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions);
84 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions);
142 JacobiSVD<MatrixType2, ColPivHouseholderQRPreconditioner> svd2(m2, computationOptions);
155 JacobiSVD<MatrixType3, ColPivHouseholderQRPreconditioner> svd3(m3, computationOptions);
176 JacobiSVD<MatrixType, QRPreconditioner> fullSvd(m, ComputeFullU|ComputeFullV);
205 JacobiSVD<MatrixType, QRPreconditioner> svd(m, ComputeThinU | ComputeThinV);
254 JacobiSVD<MatrixType> svd;
280 JacobiSVD<MatrixTyp
44 jacobisvd_compare_to_full(const MatrixType& m, unsigned int computationOptions, const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) argument
[all...]
/external/eigen/unsupported/test/
H A Djacobisvd.cpp14 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) argument
16 svd_check_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner > >(m, svd);
22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd)
24 svd_compare_to_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner> >(m, computationOptions, referenceSvd);
31 svd_solve< MatrixType, JacobiSVD< MatrixType, QRPreconditioner > >(m, computationOptions);
43 JacobiSVD< MatrixType, QRPreconditioner > fullSvd(m, ComputeFullU|ComputeFullV);
44 svd_test_computation_options_1< MatrixType, JacobiSVD< MatrixType, QRPreconditioner > >(m, fullSvd);
48 svd_test_computation_options_2< MatrixType, JacobiSVD< MatrixType, QRPreconditioner > >(m, fullSvd);
68 svd_verify_assert<MatrixType, JacobiSVD< MatrixType > >(m);
84 JacobiSVD<MatrixTyp
20 jacobisvd_compare_to_full(const MatrixType& m, unsigned int computationOptions, const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) argument
[all...]
/external/eigen/unsupported/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
87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) argument
133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) argument
172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
214 void allocate(const JacobiSVD<MatrixTyp argument
261 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
313 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
493 class JacobiSVD : public SVDBase<_MatrixType> class in namespace:Eigen
529 JacobiSVD() function in class:Eigen::JacobiSVD
540 JacobiSVD(Index rows, Index cols, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
556 JacobiSVD(const MatrixType& matrix, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
[all...]
/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
87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) argument
133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) argument
172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix)
214 void allocate(const JacobiSVD<MatrixTyp argument
261 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
313 allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) argument
500 template<typename _MatrixType, int QRPreconditioner> class JacobiSVD class in namespace:Eigen
536 JacobiSVD() function in class:Eigen::JacobiSVD
551 JacobiSVD(Index rows, Index cols, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
571 JacobiSVD(const MatrixType& matrix, unsigned int computationOptions = 0) function in class:Eigen::JacobiSVD
[all...]

Completed in 508 milliseconds