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

  /external/ceres-solver/internal/ceres/
solver.cc 95 linear_solver_type_used(SPARSE_NORMAL_CHOLESKY),
158 LinearSolverTypeToString(linear_solver_type_used));
177 if (linear_solver_type_used == SPARSE_NORMAL_CHOLESKY ||
178 linear_solver_type_used == SPARSE_SCHUR ||
179 (linear_solver_type_used == ITERATIVE_SCHUR &&
solver_impl.cc 385 summary->linear_solver_type_used = options.linear_solver_type;
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 628 LinearSolverType linear_solver_type_used; member in struct:ceres::Solver::Summary

Completed in 87 milliseconds