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

  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc 77 options_.preconditioner_type == JACOBI));
122 case JACOBI:
cgnr_solver.cc 62 if (options_.preconditioner_type == JACOBI) {
69 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
preconditioner.h 50 : type(JACOBI),
linear_solver.h 76 preconditioner_type(JACOBI),
types.cc 75 CASESTR(JACOBI);
87 STRENUM(JACOBI);
system_test.cc 510 CONFIGURE(CGNR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
511 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, JACOBI);
520 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
solver_impl_test.cc 826 options.preconditioner_type = JACOBI;
829 EXPECT_EQ(options.preconditioner_type, JACOBI);
835 EXPECT_EQ(options.preconditioner_type, JACOBI);
841 EXPECT_EQ(options.preconditioner_type, JACOBI);
847 EXPECT_EQ(options.preconditioner_type, JACOBI);
    [all...]
solver_impl.cc     [all...]
  /external/ceres-solver/include/ceres/
types.h 103 JACOBI,
solver.h 100 preconditioner_type = JACOBI;
607 // Normalize the jacobian using Jacobi scaling before calling
    [all...]

Completed in 119 milliseconds