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

  /external/ceres-solver/include/ceres/
covariance.h 207 : 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.
types.h 409 EIGEN_SPARSE_QR
  /external/ceres-solver/internal/ceres/
types.cc 266 CASESTR(EIGEN_SPARSE_QR);
278 STRENUM(EIGEN_SPARSE_QR);
covariance_test.cc 410 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;
covariance_impl.cc 391 case EIGEN_SPARSE_QR:

Completed in 62 milliseconds