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

  /external/ceres-solver/internal/ceres/
linear_solver.cc 48 LinearSolverType LinearSolver::LinearSolverForZeroEBlocks(
49 LinearSolverType linear_solver_type) {
reorder_program.h 75 LinearSolverType linear_solver_type,
linear_solver.h 111 LinearSolverType type;
282 static LinearSolverType LinearSolverForZeroEBlocks(
283 LinearSolverType linear_solver_type);
evaluator.h 69 LinearSolverType linear_solver_type;
types.cc 46 const char* LinearSolverTypeToString(LinearSolverType type) {
60 bool StringToLinearSolverType(string value, LinearSolverType* type) {
317 bool IsSchurType(LinearSolverType type) {
system_test.cc 69 LinearSolverType linear_solver_type,
80 LinearSolverType linear_solver_type,
102 LinearSolverType linear_solver_type;
evaluator_test.cc 96 EvaluatorTestOptions(LinearSolverType linear_solver_type,
103 LinearSolverType linear_solver_type;
schur_complement_solver_test.cc 89 ceres::LinearSolverType linear_solver_type,
reorder_program.cc 310 const LinearSolverType linear_solver_type,
  /external/ceres-solver/include/ceres/
types.h 61 enum LinearSolverType {
413 LinearSolverType type);
415 LinearSolverType* type);
477 CERES_EXPORT bool IsSchurType(LinearSolverType type);
solver.h 397 LinearSolverType linear_solver_type;
    [all...]

Completed in 440 milliseconds