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

  /external/ceres-solver/include/ceres/
types.h 393 SPARSE_CHOLESKY,
  /external/ceres-solver/internal/ceres/
types.cc 264 CASESTR(SPARSE_CHOLESKY);
276 STRENUM(SPARSE_CHOLESKY);
covariance_test.cc 403 options.algorithm_type = SPARSE_CHOLESKY;
451 options.algorithm_type = SPARSE_CHOLESKY;
500 options.algorithm_type = SPARSE_CHOLESKY;
556 options.algorithm_type = SPARSE_CHOLESKY;
784 ComputeAndCompare(SPARSE_CHOLESKY, 4);
covariance_impl.cc 398 case (SPARSE_CHOLESKY):

Completed in 973 milliseconds