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

  /external/ceres-solver/internal/ceres/
cgnr_solver.cc 62 if (options_.preconditioner_type == JACOBI) {
68 } else if (options_.preconditioner_type != IDENTITY) {
iterative_schur_complement_solver.cc 77 options_.preconditioner_type == JACOBI));
110 preconditioner_options.type = options_.preconditioner_type;
119 switch (options_.preconditioner_type) {
linear_solver.h 76 preconditioner_type(JACOBI),
91 PreconditionerType preconditioner_type; member in struct:ceres::internal::LinearSolver::Options
solver.cc 121 preconditioner_type(IDENTITY),
208 (preconditioner_type == CLUSTER_JACOBI ||
209 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
236 PreconditionerTypeToString(preconditioner_type),
237 PreconditionerTypeToString(preconditioner_type));
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;
iterative_schur_complement_solver_test.cc 95 options.preconditioner_type = SCHUR_JACOBI;
solver_impl_test.cc 820 options.preconditioner_type = IDENTITY;
823 EXPECT_EQ(options.preconditioner_type, IDENTITY);
826 options.preconditioner_type = JACOBI;
829 EXPECT_EQ(options.preconditioner_type, JACOBI);
832 options.preconditioner_type = SCHUR_JACOBI;
835 EXPECT_EQ(options.preconditioner_type, JACOBI);
838 options.preconditioner_type = CLUSTER_JACOBI;
841 EXPECT_EQ(options.preconditioner_type, JACOBI);
844 options.preconditioner_type = CLUSTER_TRIDIAGONAL;
847 EXPECT_EQ(options.preconditioner_type, JACOBI)
    [all...]
solver_impl.cc 513 summary->preconditioner_type = options.preconditioner_type;
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 100 preconditioner_type = JACOBI;
386 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Options
795 PreconditionerType preconditioner_type; member in struct:ceres::Solver::Summary
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 127 &options->preconditioner_type));
libmv_bundle_adjuster.cc 760 options.preconditioner_type = ceres::SCHUR_JACOBI;
nist.cc 489 &options->preconditioner_type));

Completed in 226 milliseconds