Home
last modified time | relevance | path

Searched refs:EIGEN_SPARSE_QR (Results 1 – 8 of 8) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcovariance_test.cc410 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
458 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
507 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
563 options.algorithm_type = EIGEN_SPARSE_QR; in TEST_F()
Dtypes.cc266 CASESTR(EIGEN_SPARSE_QR); in CovarianceAlgorithmTypeToString()
278 STRENUM(EIGEN_SPARSE_QR); in StringToCovarianceAlgorithmType()
Dcovariance_impl.cc391 case EIGEN_SPARSE_QR: in ComputeCovarianceValues()
/external/ceres-solver/include/ceres/
Dcovariance.h207 : algorithm_type(EIGEN_SPARSE_QR), in Options()
Dtypes.h409 EIGEN_SPARSE_QR enumerator
/external/ceres-solver/docs/source/
Dversion_history.rst13 #. Added ``EIGEN_SPARSE_QR`` algorithm for covariance estimation using
28 ``EIGEN_SPARSE_QR``.
Dsolving.rst2286 ``EIGEN_SPARSE_QR`` otherwise.
2305 2. ``EIGEN_SPARSE_QR`` uses the sparse QR factorization algorithm
2318 significantly faster than ``EIGEN_SPARSE_QR``.
2320 Neither ``EIGEN_SPARSE_QR`` nor ``SUITE_SPARSE_QR`` are capable of
2360 2. ``EIGEN_SPARSE_QR`` and ``SUITE_SPARSE_QR``
2402 This option has no effect on ``EIGEN_SPARSE_QR`` and
/external/ceres-solver/
DCMakeLists.txt257 MESSAGE(" which can still use the EIGEN_SPARSE_QR algorithm.")