/external/eigen/unsupported/Eigen/src/SVD/ |
D | JacobiSVD.h | 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() 272 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() 272 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/test/eigen2/ |
D | eigen2_svd.cpp | 13 template<typename MatrixType> void svd(const MatrixType& m) in svd() function 33 SVD<MatrixType> svd(a); in svd() local 49 SVD<MatrixType> svd(a); in svd() local 57 SVD<MatrixType> svd(a); in svd() local
|
/external/eigen/test/ |
D | jacobisvd.cpp | 18 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) in jacobisvd_check_full() 53 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions); in jacobisvd_compare_to_full() local 84 JacobiSVD<MatrixType, QRPreconditioner> svd(m, computationOptions); in jacobisvd_solve() local 205 JacobiSVD<MatrixType, QRPreconditioner> svd(m, ComputeThinU | ComputeThinV); in jacobisvd_test_all_computation_options() local 254 JacobiSVD<MatrixType> svd; in jacobisvd_verify_assert() local 318 JacobiSVD<MatrixType> svd; in jacobisvd_inf_nan() local 359 JacobiSVD<Matrix2d> svd; in jacobisvd_bug286() local
|
/external/eigen/doc/snippets/ |
D | JacobiSVD_basic.cpp | 3 JacobiSVD<MatrixXf> svd(m, ComputeThinU | ComputeThinV); variable
|
/external/eigen/unsupported/test/ |
D | svd_common.h | 27 void svd_check_full(const MatrixType& m, const SVD& svd) in svd_check_full() 154 SVD svd; in svd_verify_assert() local 199 SVD svd; in svd_inf_nan() local
|
D | jacobisvd.cpp | 14 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) in jacobisvd_check_full() 128 JacobiSVD<Matrix2d> svd; in jacobisvd_bug286() local
|
D | bdcsvd.cpp | 19 void bdcsvd_check_full(const MatrixType& m, const BDCSVD<MatrixType>& svd) in bdcsvd_check_full()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 630 MatrixBase<Derived>::svd() const in svd() function
|
/external/opencv3/modules/ml/src/ |
D | em.cpp | 373 SVD svd(covs[clusterIndex], SVD::MODIFY_A + SVD::FULL_UV); in decomposeCovs() local 731 SVD svd(covs[clusterIndex], SVD::MODIFY_A + SVD::FULL_UV); in mStep() local
|
/external/opencv3/modules/calib3d/src/ |
D | fisheye.cpp | 1177 SVD svd(J, SVD::NO_UV); in ComputeExtrinsicRefine() local 1249 SVD svd(L); in ComputeHomography() local 1325 SVD svd(covObjectPoints); in InitExtrinsics() local 1378 SVD svd(JJ_kk, SVD::NO_UV); in CalibrateExtrinsics() local 1439 SVD svd(JJ_kk, SVD::NO_UV); in ComputeJacobians() local
|
/external/opencv3/modules/stitching/src/ |
D | motion_estimators.cpp | 285 SVD svd; in setUpInitialCameraParams() local 466 SVD svd; in setUpInitialCameraParams() local
|
/external/ceres-solver/internal/ceres/ |
D | covariance_impl.cc | 588 Eigen::JacobiSVD<Matrix> svd(dense_jacobian, in ComputeCovarianceValuesUsingDenseSVD() local
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | operations.hpp | 294 SVD svd(mtx, (mtx.rows >= mtx.cols ? 0 : SVD::FULL_UV)); in solveZ() local
|
/external/opencv3/modules/calib3d/test/ |
D | test_fisheye.cpp | 304 cv::SVD svd(covObjectPoints); in TEST_F() local
|
/external/opencv3/modules/videostab/src/ |
D | global_motion.cpp | 255 SVD svd(A); in estimateGlobMotionLeastSquaresRigid() local
|
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 1072 SVD svd(A, SVD::FULL_UV); in TestSVD() local
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 1601 cv::SVD svd; in cvSVD() local
|