Home
last modified time | relevance | path

Searched refs:IsSchurType (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver_impl.cc400 if (IsSchurType(options.linear_solver_type)) { in Solve()
535 if (IsSchurType(options.linear_solver_type) && in IsOrderingValid()
700 if (original_num_groups == 1 && IsSchurType(options->linear_solver_type)) { in CreateReducedProgram()
733 if (IsSchurType(options->linear_solver_type) && in CreateReducedProgram()
881 if (IsSchurType(linear_solver_options.type) && in CreateLinearSolver()
1040 IsSchurType(options.linear_solver_type)) in CreateEvaluator()
Dtypes.cc181 bool IsSchurType(LinearSolverType type) { in IsSchurType() function
/external/ceres-solver/include/ceres/
Dtypes.h313 bool IsSchurType(LinearSolverType type);