Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dsolver_impl.cc623 if (IsSchurType(options.linear_solver_type) && in IsOrderingValid()
706 if (IsSchurType(options->linear_solver_type) && in CreateReducedProgram()
730 if (IsSchurType(options->linear_solver_type)) { in CreateReducedProgram()
865 if (IsSchurType(linear_solver_options.type) && in CreateLinearSolver()
880 if (IsSchurType(linear_solver_options.type) && in CreateLinearSolver()
897 IsSchurType(options.linear_solver_type)) in CreateEvaluator()
Dlinear_solver.cc50 if (!IsSchurType(linear_solver_type)) { in LinearSolverForZeroEBlocks()
Dtypes.cc317 bool IsSchurType(LinearSolverType type) { in IsSchurType() function
Dsolver.cc485 if (IsSchurType(linear_solver_type_used)) { in FullReport()
/external/ceres-solver/include/ceres/
Dtypes.h477 CERES_EXPORT bool IsSchurType(LinearSolverType type);