Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dcovariance_test.cc403 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
407 options.algorithm_type = DENSE_SVD; in TEST_F()
410 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
451 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
455 options.algorithm_type = DENSE_SVD; in TEST_F()
458 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
500 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
504 options.algorithm_type = DENSE_SVD; in TEST_F()
507 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
556 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
[all …]
Dcovariance_impl.cc380 switch (options_.algorithm_type) { in ComputeCovarianceValues()
395 << CovarianceAlgorithmTypeToString(options_.algorithm_type); in ComputeCovarianceValues()
/external/ceres-solver/include/ceres/
Dcovariance.h205 : algorithm_type(SUITE_SPARSE_QR), in Options()
207 : algorithm_type(EIGEN_SPARSE_QR), in Options()
248 CovarianceAlgorithmType algorithm_type; member
/external/ceres-solver/docs/source/
Dsolving.rst2283 .. member:: CovarianceAlgorithmType Covariance::Options::algorithm_type