Home
last modified time | relevance | path

Searched refs:SUITE_SPARSE_QR (Results 1 – 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcovariance_test.cc403 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
451 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
500 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
556 options.algorithm_type = SUITE_SPARSE_QR; in TEST_F()
784 ComputeAndCompare(SUITE_SPARSE_QR, 4); in TEST_F()
Dtypes.cc267 CASESTR(SUITE_SPARSE_QR); in CovarianceAlgorithmTypeToString()
279 STRENUM(SUITE_SPARSE_QR); in StringToCovarianceAlgorithmType()
Dcovariance_impl.cc384 case SUITE_SPARSE_QR: in ComputeCovarianceValues()
/external/ceres-solver/include/ceres/
Dcovariance.h205 : algorithm_type(SUITE_SPARSE_QR), in Options()
Dtypes.h408 SUITE_SPARSE_QR, enumerator
/external/ceres-solver/docs/source/
Dsolving.rst2285 Default: ``SUITE_SPARSE_QR`` if ``SuiteSparseQR`` is installed and
2315 3. ``SUITE_SPARSE_QR`` uses the sparse QR factorization algorithm
2320 Neither ``EIGEN_SPARSE_QR`` nor ``SUITE_SPARSE_QR`` are capable of
2360 2. ``EIGEN_SPARSE_QR`` and ``SUITE_SPARSE_QR``
2403 ``SUITE_SPARSE_QR``.
Dversion_history.rst27 renamed to ``SUITE_SPARSE_QR`` to be consistent with