Searched defs:preconditioner_type (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpreconditioner.cc41 PreconditionerType preconditioner_type) {
42 if (preconditioner_type == SCHUR_JACOBI ||
43 preconditioner_type == CLUSTER_JACOBI ||
44 preconditioner_type == CLUSTER_TRIDIAGONAL) {
47 return preconditioner_type;
40 PreconditionerForZeroEBlocks( PreconditionerType preconditioner_type) argument
H A Dlinear_solver.h96 preconditioner_type(JACOBI),
112 PreconditionerType preconditioner_type; member in struct:ceres::internal::LinearSolver::Options
H A Dsystem_test.cc75 preconditioner_type(IDENTITY),
83 PreconditionerType preconditioner_type)
87 preconditioner_type(preconditioner_type),
98 PreconditionerTypeToString(preconditioner_type),
105 PreconditionerType preconditioner_type; member in struct:ceres::internal::SolverConfig
140 options.preconditioner_type = config.preconditioner_type;
79 SolverConfig( LinearSolverType linear_solver_type, SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type, bool use_automatic_ordering, PreconditionerType preconditioner_type) argument
/external/ceres-solver/include/ceres/
H A Dsolver.h101 preconditioner_type = JACOBI;
400 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Options
404 // preconditioner_type is CLUSTER_JACOBI or CLUSTER_TRIDIAGONAL.
915 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Summary
918 // preconditioning. Only meaningful when the preconditioner_type

Completed in 154 milliseconds