HomeSort by relevance Sort by last modified time
    Searched full:preconditioner_type (Results 1 - 13 of 13) sorted by null

  /external/ceres-solver/internal/ceres/
solver.cc 96 preconditioner_type(IDENTITY),
163 PreconditionerTypeToString(preconditioner_type),
164 PreconditionerTypeToString(preconditioner_type));
180 (preconditioner_type == SCHUR_JACOBI ||
181 preconditioner_type == CLUSTER_JACOBI ||
182 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
cgnr_solver.cc 59 if (options_.preconditioner_type == JACOBI) {
65 } else if (options_.preconditioner_type != IDENTITY) {
system_test.cc 72 preconditioner_type(IDENTITY),
79 PreconditionerType preconditioner_type)
83 preconditioner_type(preconditioner_type),
93 PreconditionerTypeToString(preconditioner_type),
100 PreconditionerType preconditioner_type; member in struct:ceres::internal::SolverConfig
135 options.preconditioner_type = config.preconditioner_type;
types.cc 74 PreconditionerType preconditioner_type) {
75 switch (preconditioner_type) {
visibility_based_preconditioner_test.cc 239 options_.preconditioner_type = SCHUR_JACOBI;
260 options_.preconditioner_type = CLUSTER_JACOBI;
307 options_.preconditioner_type = CLUSTER_JACOBI;
333 options_.preconditioner_type = CLUSTER_TRIDIAGONAL;
iterative_schur_complement_solver.cc 71 options_.preconditioner_type == JACOBI));
93 switch (options_.preconditioner_type) {
solver_impl.cc 387 summary->preconditioner_type = options.preconditioner_type;
750 options->preconditioner_type));
752 if (options->preconditioner_type != IDENTITY) {
754 options->preconditioner_type = JACOBI;
791 if (options->preconditioner_type == SCHUR_JACOBI) {
797 if (options->preconditioner_type == CLUSTER_JACOBI) {
803 if (options->preconditioner_type == CLUSTER_TRIDIAGONAL) {
    [all...]
visibility_based_preconditioner.cc 75 CHECK(options_.preconditioner_type == SCHUR_JACOBI ||
76 options_.preconditioner_type == CLUSTER_JACOBI ||
77 options_.preconditioner_type == CLUSTER_TRIDIAGONAL)
78 << "Unknown preconditioner type: " << options_.preconditioner_type;
91 switch (options_.preconditioner_type) {
388 if (!status && options_.preconditioner_type == CLUSTER_TRIDIAGONAL) {
linear_solver.h 74 preconditioner_type(JACOBI),
88 PreconditionerType preconditioner_type; member in struct:ceres::internal::LinearSolver::Options
visibility_based_preconditioner.h 132 // options.preconditioner_type = CLUSTER_JACOBI;
  /external/ceres-solver/include/ceres/
solver.h 85 preconditioner_type = JACOBI;
221 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Options
630 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Summary
  /external/ceres-solver/examples/
bundle_adjuster.cc 127 &options->preconditioner_type));
nist.cc 408 &options->preconditioner_type));

Completed in 1211 milliseconds