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

  /external/ceres-solver/include/ceres/
covariance.h 204 : algorithm_type(SPARSE_QR),
256 // 3. SPARSE_QR uses the SuiteSparseQR sparse QR factorization
269 // Neither SPARSE_CHOLESKY or SPARSE_QR are capable of computing
313 // 3. SPARSE_QR
354 // This option has no effect on the SPARSE_CHOLESKY or SPARSE_QR
types.h 394 SPARSE_QR
  /external/ceres-solver/internal/ceres/
types.cc 265 CASESTR(SPARSE_QR);
277 STRENUM(SPARSE_QR);
covariance_test.cc 406 options.algorithm_type = SPARSE_QR;
454 options.algorithm_type = SPARSE_QR;
503 options.algorithm_type = SPARSE_QR;
559 options.algorithm_type = SPARSE_QR;
785 ComputeAndCompare(SPARSE_QR, 4);
covariance_impl.cc 400 case (SPARSE_QR):

Completed in 675 milliseconds