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

  /external/ceres-solver/internal/ceres/
preconditioner.cc 45 return JACOBI;
cgnr_solver.cc 47 if (options_.preconditioner_type != JACOBI &&
49 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
67 if (options_.preconditioner_type == JACOBI) {
implicit_schur_complement.cc 71 if (options_.preconditioner_type == JACOBI) {
82 if (options_.preconditioner_type == JACOBI) {
91 if (options_.preconditioner_type == JACOBI) {
preconditioner.h 51 : type(JACOBI),
101 // be used. This function returns JACOBI if a preconditioner for
iterative_schur_complement_solver.cc 126 case JACOBI:
linear_solver.h 96 preconditioner_type(JACOBI),
types.cc 75 CASESTR(JACOBI);
87 STRENUM(JACOBI);
system_test.cc 501 CONFIGURE(CGNR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
503 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kUserOrdering, JACOBI);
504 CONFIGURE(ITERATIVE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, JACOBI);
implicit_schur_complement_test.cc 125 options.preconditioner_type = JACOBI;
  /external/ceres-solver/include/ceres/
solver.h 101 preconditioner_type = JACOBI;
638 // Normalize the jacobian using Jacobi scaling before calling
    [all...]
types.h 103 JACOBI,

Completed in 2033 milliseconds