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

  /external/ceres-solver/internal/ceres/
preconditioner.cc 41 PreconditionerType preconditioner_type) {
42 if (preconditioner_type == SCHUR_JACOBI ||
43 preconditioner_type == CLUSTER_JACOBI ||
44 preconditioner_type == CLUSTER_TRIDIAGONAL) {
47 return preconditioner_type;
cgnr_solver.cc 47 if (options_.preconditioner_type != JACOBI &&
48 options_.preconditioner_type != IDENTITY) {
67 if (options_.preconditioner_type == JACOBI) {
solver.cc 121 if (options.preconditioner_type == CLUSTER_JACOBI &&
129 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL &&
173 if (options.preconditioner_type == CLUSTER_JACOBI) {
179 if (options.preconditioner_type == CLUSTER_TRIDIAGONAL) {
376 preconditioner_type(IDENTITY),
439 (preconditioner_type == CLUSTER_JACOBI ||
440 preconditioner_type == CLUSTER_TRIDIAGONAL))) {
467 PreconditionerTypeToString(preconditioner_type),
468 PreconditionerTypeToString(preconditioner_type));
471 if (preconditioner_type == CLUSTER_JACOBI |
    [all...]
implicit_schur_complement.cc 71 if (options_.preconditioner_type == JACOBI) {
82 if (options_.preconditioner_type == JACOBI) {
91 if (options_.preconditioner_type == JACOBI) {
iterative_schur_complement_solver.cc 112 preconditioner_options.type = options_.preconditioner_type;
123 switch (options_.preconditioner_type) {
linear_solver.h 96 preconditioner_type(JACOBI),
112 PreconditionerType preconditioner_type; member in struct:ceres::internal::LinearSolver::Options
system_test.cc 75 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;
preconditioner.h 102 // ITERATIVE_SCHUR is used. The input preconditioner_type is
105 PreconditionerType preconditioner_type);
iterative_schur_complement_solver_test.cc 95 options.preconditioner_type = SCHUR_JACOBI;
solver_impl.cc 352 summary->preconditioner_type = options.preconditioner_type;
720 options->preconditioner_type =
722 options->preconditioner_type);
807 if (options->preconditioner_type == CLUSTER_JACOBI) {
813 if (options->preconditioner_type == CLUSTER_TRIDIAGONAL) {
850 linear_solver_options.preconditioner_type = options->preconditioner_type;
    [all...]
implicit_schur_complement_test.cc 125 options.preconditioner_type = JACOBI;
  /external/ceres-solver/include/ceres/
solver.h 101 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
    [all...]
  /external/ceres-solver/examples/
bundle_adjuster.cc 129 &options->preconditioner_type));
libmv_bundle_adjuster.cc 760 options.preconditioner_type = ceres::SCHUR_JACOBI;
nist.cc 481 &options->preconditioner_type));

Completed in 402 milliseconds