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

/external/ceres-solver/include/ceres/
H A Dcovariance.h205 : algorithm_type(SUITE_SPARSE_QR),
241 // 3. SUITE_SPARSE_QR uses the SuiteSparseQR sparse QR
246 // Neither EIGEN_SPARSE_QR not SUITE_SPARSE_QR are capable of
273 // 2. SUITE_SPARSE_QR and EIGEN_SPARSE_QR
314 // This option has no effect on the SUITE_SPARSE_QR and
H A Dtypes.h408 SUITE_SPARSE_QR, enumerator in enum:ceres::CovarianceAlgorithmType
/external/ceres-solver/internal/ceres/
H A Dtypes.cc267 CASESTR(SUITE_SPARSE_QR);
279 STRENUM(SUITE_SPARSE_QR);
H A Dcovariance_test.cc403 options.algorithm_type = SUITE_SPARSE_QR;
451 options.algorithm_type = SUITE_SPARSE_QR;
500 options.algorithm_type = SUITE_SPARSE_QR;
556 options.algorithm_type = SUITE_SPARSE_QR;
784 ComputeAndCompare(SUITE_SPARSE_QR, 4);
H A Dcovariance_impl.cc384 case SUITE_SPARSE_QR:
388 << "SUITE_SPARSE_QR algorithm.";

Completed in 481 milliseconds