Searched refs:EIGEN_SPARSE_QR (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dcovariance.h207 : algorithm_type(EIGEN_SPARSE_QR),
232 // 2. EIGEN_SPARSE_QR uses the sparse QR factorization algorithm
244 // significantly faster than EIGEN_SPARSE_QR.
246 // Neither EIGEN_SPARSE_QR not SUITE_SPARSE_QR are capable of
273 // 2. SUITE_SPARSE_QR and EIGEN_SPARSE_QR
315 // EIGEN_SPARSE_QR algorithms.
H A Dtypes.h409 EIGEN_SPARSE_QR enumerator in enum:ceres::CovarianceAlgorithmType
/external/ceres-solver/internal/ceres/
H A Dtypes.cc266 CASESTR(EIGEN_SPARSE_QR);
278 STRENUM(EIGEN_SPARSE_QR);
H A Dcovariance_test.cc410 options.algorithm_type = EIGEN_SPARSE_QR;
458 options.algorithm_type = EIGEN_SPARSE_QR;
507 options.algorithm_type = EIGEN_SPARSE_QR;
563 options.algorithm_type = EIGEN_SPARSE_QR;
H A Dcovariance_impl.cc391 case EIGEN_SPARSE_QR:

Completed in 110 milliseconds