HomeSort by relevance Sort by last modified time
    Searched refs:SUITE_SPARSE_QR (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/include/ceres/
covariance.h 205 : 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
types.h 408 SUITE_SPARSE_QR,
  /external/ceres-solver/internal/ceres/
types.cc 267 CASESTR(SUITE_SPARSE_QR);
279 STRENUM(SUITE_SPARSE_QR);
covariance_test.cc 403 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);
covariance_impl.cc 384 case SUITE_SPARSE_QR:
388 << "SUITE_SPARSE_QR algorithm.";

Completed in 901 milliseconds