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

  /external/ceres-solver/include/ceres/
covariance.h 204 : algorithm_type(SPARSE_QR),
206 : algorithm_type(DENSE_SVD),
272 CovarianceAlgorithmType algorithm_type; member in struct:ceres::Covariance::Options
  /external/ceres-solver/internal/ceres/
covariance_test.cc 403 options.algorithm_type = SPARSE_CHOLESKY;
406 options.algorithm_type = SPARSE_QR;
410 options.algorithm_type = DENSE_SVD;
451 options.algorithm_type = SPARSE_CHOLESKY;
454 options.algorithm_type = SPARSE_QR;
458 options.algorithm_type = DENSE_SVD;
500 options.algorithm_type = SPARSE_CHOLESKY;
503 options.algorithm_type = SPARSE_QR;
507 options.algorithm_type = DENSE_SVD;
556 options.algorithm_type = SPARSE_CHOLESKY
    [all...]
covariance_impl.cc 394 switch (options_.algorithm_type) {
405 << CovarianceAlgorithmTypeToString(options_.algorithm_type);

Completed in 453 milliseconds