Home
last modified time | relevance | path

Searched refs:DENSE_SVD (Results 1 – 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcovariance_test.cc407 options.algorithm_type = DENSE_SVD; in TEST_F()
455 options.algorithm_type = DENSE_SVD; in TEST_F()
504 options.algorithm_type = DENSE_SVD; in TEST_F()
560 options.algorithm_type = DENSE_SVD; in TEST_F()
604 options.algorithm_type = DENSE_SVD; in TEST_F()
612 options.algorithm_type = DENSE_SVD; in TEST_F()
708 options.algorithm_type = DENSE_SVD; in TEST_F()
Dtypes.cc265 CASESTR(DENSE_SVD); in CovarianceAlgorithmTypeToString()
277 STRENUM(DENSE_SVD); in StringToCovarianceAlgorithmType()
Dcovariance_impl.cc381 case DENSE_SVD: in ComputeCovarianceValues()
/external/ceres-solver/include/ceres/
Dtypes.h407 DENSE_SVD, enumerator
/external/ceres-solver/docs/source/
Dsolving.rst2292 1. ``DENSE_SVD`` uses ``Eigen``'s ``JacobiSVD`` to perform the
2352 1. ``DENSE_SVD``
2371 When using ``DENSE_SVD``, the user has more control in dealing